Html Css Color HEX #0A6B28 Crusoe

📋 copy color: '#0A6B28'

red 10 ◦ green 107 ◦ blue 40

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

Shades of Crusoe #0A6B28

Tints of Crusoe #0A6B28

RGB

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

 GREEN value IS 107 (42.19% from 255) = 68.15%

 BLUE value IS 40 (16.02% from 255) = 25.48%

R = 6.37%
G = 68.15%
B = 25.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#0A6B28 (or 0x0A6B28) is known color: Crusoe. HEX triplet: 0A, 6B and 28. RGB value is (10,107,40). Sum of RGB (Red+Green+Blue) = 10+107+40=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 107 (42.19% from 255 or 68.15% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 107 - color contains mainly: green. Hex color #0A6B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6B28 is #F594D7. Grayscale: #464646. Windows color (decimal): -16094424 or 2648842. OLE color: 2648842.

HSL color Cylindrical-coordinate representation of color #0A6B28: hue angle of 138.56º 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 #0A6B28 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 107 40 -
CMYK 0.91 0 0.63 0.58
HSL 138.56º 0.83% 0.23% -
HSV(B) 138.56º 0.91% 0.42% -
XYZ 5.77 10.73 3.78 -
YUV 70.36 110.86 84.95 -
System Red Green Blue C M Y K H S L
Decimal 10 107 40 0.91 0 0.63 0.58 138.56 0.83 0.23
Hex A 6B 28 5B 0 3F 3A 8B 53 17
Octal 12 153 50 133 0 77 72 213 123 27
Binary 1010 1101011 101000 1011011 0 111111 111010 10001011 1010011 10111

Color Harmonies of #0A6B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6B28

Black with #0A6B28

Text Example


Text Example

White with #0A6B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,107,40); }

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

background-color css

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

 a { background-color: rgb(10,107,40); }

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

border-color css

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

 span { border-color: rgb(10,107,40); }

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