Html Css Color HEX #0C692E Crusoe

📋 copy color: '#0C692E'

red 12 ◦ green 105 ◦ blue 46

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

Shades of Crusoe #0C692E

Tints of Crusoe #0C692E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 28.22%

R = 7.36%
G = 64.42%
B = 28.22%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#0C692E (or 0x0C692E) is known color: Crusoe. HEX triplet: 0C, 69 and 2E. RGB value is (12,105,46). Sum of RGB (Red+Green+Blue) = 12+105+46=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 105 (41.41% from 255 or 64.42% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 105 - color contains mainly: green. Hex color #0C692E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C692E is #F396D1. Grayscale: #464646. Windows color (decimal): -15963858 or 3041548. OLE color: 3041548.

HSL color Cylindrical-coordinate representation of color #0C692E: hue angle of 141.94º 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 #0C692E is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 105 46 -
CMYK 0.89 0 0.56 0.59
HSL 141.94º 0.79% 0.23% -
HSV(B) 141.94º 0.89% 0.41% -
XYZ 5.7 10.38 4.29 -
YUV 70.47 114.19 86.3 -
System Red Green Blue C M Y K H S L
Decimal 12 105 46 0.89 0 0.56 0.59 141.94 0.79 0.23
Hex C 69 2E 59 0 38 3B 8E 4F 17
Octal 14 151 56 131 0 70 73 216 117 27
Binary 1100 1101001 101110 1011001 0 111000 111011 10001110 1001111 10111

Color Harmonies of #0C692E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C692E

Black with #0C692E

Text Example


Text Example

White with #0C692E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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