Html Css Color HEX #0A6124 Crusoe

📋 copy color: '#0A6124'

red 10 ◦ green 97 ◦ blue 36

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

Shades of Crusoe #0A6124

Tints of Crusoe #0A6124

RGB

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

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

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

R = 6.99%
G = 67.83%
B = 25.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#0A6124 (or 0x0A6124) is known color: Crusoe. HEX triplet: 0A, 61 and 24. RGB value is (10,97,36). Sum of RGB (Red+Green+Blue) = 10+97+36=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #0A6124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6124 is #F59EDB. Grayscale: #404040. Windows color (decimal): -16096988 or 2384138. OLE color: 2384138.

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

Color convert

RGB 10 97 36 -
CMYK 0.90 0 0.63 0.62
HSL 137.93º 0.81% 0.21% -
HSV(B) 137.93º 0.9% 0.38% -
XYZ 4.72 8.74 3.11 -
YUV 64.03 112.18 89.46 -
System Red Green Blue C M Y K H S L
Decimal 10 97 36 0.90 0 0.63 0.62 137.93 0.81 0.21
Hex A 61 24 5A 0 3F 3E 8A 51 15
Octal 12 141 44 132 0 77 76 212 121 25
Binary 1010 1100001 100100 1011010 0 111111 111110 10001010 1010001 10101

Color Harmonies of #0A6124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6124

Black with #0A6124

Text Example


Text Example

White with #0A6124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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