Html Css Color HEX #0C690D Green

📋 copy color: '#0C690D'

red 12 ◦ green 105 ◦ blue 13

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

Shades of Green #0C690D

Tints of Green #0C690D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10%

R = 9.23%
G = 80.77%
B = 10%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#0C690D (or 0x0C690D) is known color: Green. HEX triplet: 0C, 69 and 0D. RGB value is (12,105,13). Sum of RGB (Red+Green+Blue) = 12+105+13=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 105 (41.41% from 255 or 80.77% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 105 - color contains mainly: green. Hex color #0C690D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C690D is #F396F2. Grayscale: #424242. Windows color (decimal): -15963891 or 878860. OLE color: 878860.

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

Color convert

RGB 12 105 13 -
CMYK 0.89 0 0.88 0.59
HSL 120.65º 0.79% 0.23% -
HSV(B) 120.65º 0.89% 0.41% -
XYZ 5.28 10.21 2.07 -
YUV 66.71 97.69 88.98 -
System Red Green Blue C M Y K H S L
Decimal 12 105 13 0.89 0 0.88 0.59 120.65 0.79 0.23
Hex C 69 D 59 0 58 3B 79 4F 17
Octal 14 151 15 131 0 130 73 171 117 27
Binary 1100 1101001 1101 1011001 0 1011000 111011 1111001 1001111 10111

Color Harmonies of #0C690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C690D

Black with #0C690D

Text Example


Text Example

White with #0C690D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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