Html Css Color HEX #0C740D Green

📋 copy color: '#0C740D'

red 12 ◦ green 116 ◦ blue 13

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

Shades of Green #0C740D

Tints of Green #0C740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 82.27%

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

R = 8.51%
G = 82.27%
B = 9.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#0C740D (or 0x0C740D) is known color: Green. HEX triplet: 0C, 74 and 0D. RGB value is (12,116,13). Sum of RGB (Red+Green+Blue) = 12+116+13=141 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.51% from 141); Green value is 116 (45.70% from 255 or 82.27% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 116 - color contains mainly: green. Hex color #0C740D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C740D is #F38BF2. Grayscale: #494949. Windows color (decimal): -15961075 or 881676. OLE color: 881676.

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

Color convert

RGB 12 116 13 -
CMYK 0.90 0 0.89 0.55
HSL 120.58º 0.81% 0.25% -
HSV(B) 120.58º 0.9% 0.45% -
XYZ 6.47 12.6 2.47 -
YUV 73.16 94.04 84.38 -
System Red Green Blue C M Y K H S L
Decimal 12 116 13 0.90 0 0.89 0.55 120.58 0.81 0.25
Hex C 74 D 5A 0 59 37 79 51 19
Octal 14 164 15 132 0 131 67 171 121 31
Binary 1100 1110100 1101 1011010 0 1011001 110111 1111001 1010001 11001

Color Harmonies of #0C740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C740D

Black with #0C740D

Text Example


Text Example

White with #0C740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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