Html Css Color HEX #0C690C Green

📋 copy color: '#0C690C'

red 12 ◦ green 105 ◦ blue 12

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

Shades of Green #0C690C

Tints of Green #0C690C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.3%

R = 9.3%
G = 81.4%
B = 9.3%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#0C690C (or 0x0C690C) is known color: Green. HEX triplet: 0C, 69 and 0C. RGB value is (12,105,12). Sum of RGB (Red+Green+Blue) = 12+105+12=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 105 (41.41% from 255 or 81.40% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 105 - color contains mainly: green. Hex color #0C690C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C690C is #F396F3. Grayscale: #424242. Windows color (decimal): -15963892 or 813324. OLE color: 813324.

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

Color convert

RGB 12 105 12 -
CMYK 0.89 0 0.89 0.59
HSL 120º 0.79% 0.23% -
HSV(B) 120º 0.89% 0.41% -
XYZ 5.27 10.21 2.04 -
YUV 66.59 97.19 89.06 -
System Red Green Blue C M Y K H S L
Decimal 12 105 12 0.89 0 0.89 0.59 120 0.79 0.23
Hex C 69 C 59 0 59 3B 78 4F 17
Octal 14 151 14 131 0 131 73 170 117 27
Binary 1100 1101001 1100 1011001 0 1011001 111011 1111000 1001111 10111

Color Harmonies of #0C690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C690C

Black with #0C690C

Text Example


Text Example

White with #0C690C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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