Html Css Color HEX #0C671E Crusoe

📋 copy color: '#0C671E'

red 12 ◦ green 103 ◦ blue 30

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

Shades of Crusoe #0C671E

Tints of Crusoe #0C671E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 71.03%

 BLUE value IS 30 (12.11% from 255) = 20.69%

R = 8.28%
G = 71.03%
B = 20.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#0C671E (or 0x0C671E) is known color: Crusoe. HEX triplet: 0C, 67 and 1E. RGB value is (12,103,30). Sum of RGB (Red+Green+Blue) = 12+103+30=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 103 (40.62% from 255 or 71.03% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 103 - color contains mainly: green. Hex color #0C671E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C671E is #F398E1. Grayscale: #434343. Windows color (decimal): -15964386 or 1992460. OLE color: 1992460.

HSL color Cylindrical-coordinate representation of color #0C671E: hue angle of 131.87º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C671E is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB 12 103 30 -
CMYK 0.88 0 0.71 0.60
HSL 131.87º 0.79% 0.23% -
HSV(B) 131.87º 0.88% 0.4% -
XYZ 5.24 9.87 2.86 -
YUV 67.47 106.85 88.44 -
System Red Green Blue C M Y K H S L
Decimal 12 103 30 0.88 0 0.71 0.60 131.87 0.79 0.23
Hex C 67 1E 58 0 47 3C 84 4F 17
Octal 14 147 36 130 0 107 74 204 117 27
Binary 1100 1100111 11110 1011000 0 1000111 111100 10000100 1001111 10111

Color Harmonies of #0C671E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C671E

Black with #0C671E

Text Example


Text Example

White with #0C671E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,103,30); }

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

background-color css

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

 a { background-color: rgb(12,103,30); }

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

border-color css

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

 span { border-color: rgb(12,103,30); }

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