Html Css Color HEX #0C6123 Crusoe

📋 copy color: '#0C6123'

red 12 ◦ green 97 ◦ blue 35

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

Shades of Crusoe #0C6123

Tints of Crusoe #0C6123

RGB

 RED value IS 12 (5.08% from 255) = 8.33%

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

 BLUE value IS 35 (14.06% from 255) = 24.31%

R = 8.33%
G = 67.36%
B = 24.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#0C6123 (or 0x0C6123) is known color: Crusoe. HEX triplet: 0C, 61 and 23. RGB value is (12,97,35). Sum of RGB (Red+Green+Blue) = 12+97+35=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 97 (38.28% from 255 or 67.36% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 97 - color contains mainly: green. Hex color #0C6123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6123 is #F39EDC. Grayscale: #404040. Windows color (decimal): -15965917 or 2318604. OLE color: 2318604.

HSL color Cylindrical-coordinate representation of color #0C6123: hue angle of 136.24º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6123 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 97 35 -
CMYK 0.88 0 0.64 0.62
HSL 136.24º 0.78% 0.21% -
HSV(B) 136.24º 0.88% 0.38% -
XYZ 4.73 8.75 3.03 -
YUV 64.52 111.34 90.54 -
System Red Green Blue C M Y K H S L
Decimal 12 97 35 0.88 0 0.64 0.62 136.24 0.78 0.21
Hex C 61 23 58 0 40 3E 88 4E 15
Octal 14 141 43 130 0 100 76 210 116 25
Binary 1100 1100001 100011 1011000 0 1000000 111110 10001000 1001110 10101

Color Harmonies of #0C6123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6123

Black with #0C6123

Text Example


Text Example

White with #0C6123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,97,35); }

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

background-color css

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

 a { background-color: rgb(12,97,35); }

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

border-color css

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

 span { border-color: rgb(12,97,35); }

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