Html Css Color HEX #0C601A Crusoe

📋 copy color: '#0C601A'

red 12 ◦ green 96 ◦ blue 26

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

Shades of Crusoe #0C601A

Tints of Crusoe #0C601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 71.64%

 BLUE value IS 26 (10.55% from 255) = 19.4%

R = 8.96%
G = 71.64%
B = 19.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#0C601A (or 0x0C601A) is known color: Crusoe. HEX triplet: 0C, 60 and 1A. RGB value is (12,96,26). Sum of RGB (Red+Green+Blue) = 12+96+26=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 96 (37.89% from 255 or 71.64% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 96 - color contains mainly: green. Hex color #0C601A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C601A is #F39FE5. Grayscale: #3F3F3F. Windows color (decimal): -15966182 or 1728524. OLE color: 1728524.

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

Color convert

RGB 12 96 26 -
CMYK 0.88 0 0.73 0.62
HSL 130º 0.78% 0.21% -
HSV(B) 130º 0.88% 0.38% -
XYZ 4.52 8.52 2.38 -
YUV 62.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 12 96 26 0.88 0 0.73 0.62 130 0.78 0.21
Hex C 60 1A 58 0 49 3E 82 4E 15
Octal 14 140 32 130 0 111 76 202 116 25
Binary 1100 1100000 11010 1011000 0 1001001 111110 10000010 1001110 10101

Color Harmonies of #0C601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C601A

Black with #0C601A

Text Example


Text Example

White with #0C601A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,96,26); }

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

background-color css

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

 a { background-color: rgb(12,96,26); }

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

border-color css

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

 span { border-color: rgb(12,96,26); }

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