Html Css Color HEX #0A6F29 Crusoe

📋 copy color: '#0A6F29'

red 10 ◦ green 111 ◦ blue 41

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

Shades of Crusoe #0A6F29

Tints of Crusoe #0A6F29

RGB

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

 GREEN value IS 111 (43.75% from 255) = 68.52%

 BLUE value IS 41 (16.41% from 255) = 25.31%

R = 6.17%
G = 68.52%
B = 25.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#0A6F29 (or 0x0A6F29) is known color: Crusoe. HEX triplet: 0A, 6F and 29. RGB value is (10,111,41). Sum of RGB (Red+Green+Blue) = 10+111+41=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 111 (43.75% from 255 or 68.52% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 111 - color contains mainly: green. Hex color #0A6F29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6F29 is #F590D6. Grayscale: #494949. Windows color (decimal): -16093399 or 2715402. OLE color: 2715402.

HSL color Cylindrical-coordinate representation of color #0A6F29: hue angle of 138.42º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6F29 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 111 41 -
CMYK 0.91 0 0.63 0.56
HSL 138.42º 0.83% 0.24% -
HSV(B) 138.42º 0.91% 0.44% -
XYZ 6.21 11.59 4.01 -
YUV 72.82 110.04 83.19 -
System Red Green Blue C M Y K H S L
Decimal 10 111 41 0.91 0 0.63 0.56 138.42 0.83 0.24
Hex A 6F 29 5B 0 3F 38 8A 53 18
Octal 12 157 51 133 0 77 70 212 123 30
Binary 1010 1101111 101001 1011011 0 111111 111000 10001010 1010011 11000

Color Harmonies of #0A6F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6F29

Black with #0A6F29

Text Example


Text Example

White with #0A6F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,111,41); }

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

background-color css

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

 a { background-color: rgb(10,111,41); }

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

border-color css

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

 span { border-color: rgb(10,111,41); }

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