Html Css Color HEX #0A611B Crusoe

📋 copy color: '#0A611B'

red 10 ◦ green 97 ◦ blue 27

#0A611B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #0A611B

Tints of Crusoe #0A611B

RGB

 RED value IS 10 (4.3% from 255) = 7.46%

 GREEN value IS 97 (38.28% from 255) = 72.39%

 BLUE value IS 27 (10.94% from 255) = 20.15%

R = 7.46%
G = 72.39%
B = 20.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0A611B (or 0x0A611B) is known color: Crusoe. HEX triplet: 0A, 61 and 1B. RGB value is (10,97,27). Sum of RGB (Red+Green+Blue) = 10+97+27=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 97 (38.28% from 255 or 72.39% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 97 - color contains mainly: green. Hex color #0A611B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A611B is #F59EE4. Grayscale: #3F3F3F. Windows color (decimal): -16096997 or 1794314. OLE color: 1794314.

HSL color Cylindrical-coordinate representation of color #0A611B: hue angle of 131.72º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A611B is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 97 27 -
CMYK 0.90 0 0.72 0.62
HSL 131.72º 0.81% 0.21% -
HSV(B) 131.72º 0.9% 0.38% -
XYZ 4.6 8.69 2.47 -
YUV 63.01 107.68 90.19 -
System Red Green Blue C M Y K H S L
Decimal 10 97 27 0.90 0 0.72 0.62 131.72 0.81 0.21
Hex A 61 1B 5A 0 48 3E 84 51 15
Octal 12 141 33 132 0 110 76 204 121 25
Binary 1010 1100001 11011 1011010 0 1001000 111110 10000100 1010001 10101

Color Harmonies of #0A611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A611B

Black with #0A611B

Text Example


Text Example

White with #0A611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A611B; }

 p { color: rgb(10,97,27); }

 H1.HeaderClassName
 {
   color: #0A611B;
 }
 .AnyTagClassName
 {
   color: #0A611B;
 }
</style>

background-color css

<style>
 a { background-color: #0A611B; }

 a { background-color: rgb(10,97,27); }

 div.DivClassName
 {
   background-color: #0A611B;
 }
 .BgClassName
 {
   background-color: #0A611B;
 }
</style>

border-color css

<style>
 span { border-color: #0A611B; }

 span { border-color: rgb(10,97,27); }

 td.TdClassName
 {
   border-color: #0A611B;
 }
 .TagClassName
 {
   border-color: #0A611B;
 }
</style>