Html Css Color HEX #0C750E Green

📋 copy color: '#0C750E'

red 12 ◦ green 117 ◦ blue 14

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

Shades of Green #0C750E

Tints of Green #0C750E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 81.82%

 BLUE value IS 14 (5.86% from 255) = 9.79%

R = 8.39%
G = 81.82%
B = 9.79%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#0C750E (or 0x0C750E) is known color: Green. HEX triplet: 0C, 75 and 0E. RGB value is (12,117,14). Sum of RGB (Red+Green+Blue) = 12+117+14=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 117 (46.09% from 255 or 81.82% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 117 - color contains mainly: green. Hex color #0C750E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C750E is #F38AF1. Grayscale: #4A4A4A. Windows color (decimal): -15960818 or 947468. OLE color: 947468.

HSL color Cylindrical-coordinate representation of color #0C750E: hue angle of 121.14º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C750E is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 117 14 -
CMYK 0.90 0 0.88 0.54
HSL 121.14º 0.81% 0.25% -
HSV(B) 121.14º 0.9% 0.46% -
XYZ 6.59 12.83 2.54 -
YUV 73.86 94.21 83.88 -
System Red Green Blue C M Y K H S L
Decimal 12 117 14 0.90 0 0.88 0.54 121.14 0.81 0.25
Hex C 75 E 5A 0 58 36 79 51 19
Octal 14 165 16 132 0 130 66 171 121 31
Binary 1100 1110101 1110 1011010 0 1011000 110110 1111001 1010001 11001

Color Harmonies of #0C750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C750E

Black with #0C750E

Text Example


Text Example

White with #0C750E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,117,14); }

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

background-color css

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

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

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

border-color css

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

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

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