Html Css Color HEX #0A6C24 Crusoe

📋 copy color: '#0A6C24'

red 10 ◦ green 108 ◦ blue 36

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

Shades of Crusoe #0A6C24

Tints of Crusoe #0A6C24

RGB

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

 GREEN value IS 108 (42.58% from 255) = 70.13%

 BLUE value IS 36 (14.45% from 255) = 23.38%

R = 6.49%
G = 70.13%
B = 23.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#0A6C24 (or 0x0A6C24) is known color: Crusoe. HEX triplet: 0A, 6C and 24. RGB value is (10,108,36). Sum of RGB (Red+Green+Blue) = 10+108+36=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 108 (42.58% from 255 or 70.13% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 108 - color contains mainly: green. Hex color #0A6C24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6C24 is #F593DB. Grayscale: #464646. Windows color (decimal): -16094172 or 2386954. OLE color: 2386954.

HSL color Cylindrical-coordinate representation of color #0A6C24: hue angle of 135.92º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6C24 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 108 36 -
CMYK 0.91 0 0.67 0.58
HSL 135.92º 0.83% 0.23% -
HSV(B) 135.92º 0.91% 0.42% -
XYZ 5.81 10.92 3.47 -
YUV 70.49 108.53 84.85 -
System Red Green Blue C M Y K H S L
Decimal 10 108 36 0.91 0 0.67 0.58 135.92 0.83 0.23
Hex A 6C 24 5B 0 43 3A 88 53 17
Octal 12 154 44 133 0 103 72 210 123 27
Binary 1010 1101100 100100 1011011 0 1000011 111010 10001000 1010011 10111

Color Harmonies of #0A6C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6C24

Black with #0A6C24

Text Example


Text Example

White with #0A6C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,108,36); }

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

background-color css

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

 a { background-color: rgb(10,108,36); }

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

border-color css

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

 span { border-color: rgb(10,108,36); }

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