Html Css Color HEX #0C692A Crusoe

📋 copy color: '#0C692A'

red 12 ◦ green 105 ◦ blue 42

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

Shades of Crusoe #0C692A

Tints of Crusoe #0C692A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 66.04%

 BLUE value IS 42 (16.8% from 255) = 26.42%

R = 7.55%
G = 66.04%
B = 26.42%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.6

 K value IS 0.59

RGB Variations

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

Color information

#0C692A (or 0x0C692A) is known color: Crusoe. HEX triplet: 0C, 69 and 2A. RGB value is (12,105,42). Sum of RGB (Red+Green+Blue) = 12+105+42=159 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.55% from 159); Green value is 105 (41.41% from 255 or 66.04% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 105 - color contains mainly: green. Hex color #0C692A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C692A is #F396D5. Grayscale: #464646. Windows color (decimal): -15963862 or 2779404. OLE color: 2779404.

HSL color Cylindrical-coordinate representation of color #0C692A: hue angle of 139.35º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C692A is Cyan = 0.89, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 105 42 -
CMYK 0.89 0 0.6 0.59
HSL 139.35º 0.79% 0.23% -
HSV(B) 139.35º 0.89% 0.41% -
XYZ 5.62 10.35 3.89 -
YUV 70.01 112.19 86.62 -
System Red Green Blue C M Y K H S L
Decimal 12 105 42 0.89 0 0.6 0.59 139.35 0.79 0.23
Hex C 69 2A 59 0 3C 3B 8B 4F 17
Octal 14 151 52 131 0 74 73 213 117 27
Binary 1100 1101001 101010 1011001 0 111100 111011 10001011 1001111 10111

Color Harmonies of #0C692A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C692A

Black with #0C692A

Text Example


Text Example

White with #0C692A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,105,42); }

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

background-color css

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

 a { background-color: rgb(12,105,42); }

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

border-color css

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

 span { border-color: rgb(12,105,42); }

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