Html Css Color HEX #0C7519 Green

📋 copy color: '#0C7519'

red 12 ◦ green 117 ◦ blue 25

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

Shades of Green #0C7519

Tints of Green #0C7519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.23%

R = 7.79%
G = 75.97%
B = 16.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#0C7519 (or 0x0C7519) is known color: Green. HEX triplet: 0C, 75 and 19. RGB value is (12,117,25). Sum of RGB (Red+Green+Blue) = 12+117+25=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 117 (46.09% from 255 or 75.97% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 117 - color contains mainly: green. Hex color #0C7519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7519 is #F38AE6. Grayscale: #4B4B4B. Windows color (decimal): -15960807 or 1668364. OLE color: 1668364.

HSL color Cylindrical-coordinate representation of color #0C7519: hue angle of 127.43º 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 #0C7519 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 117 25 -
CMYK 0.90 0 0.79 0.54
HSL 127.43º 0.81% 0.25% -
HSV(B) 127.43º 0.9% 0.46% -
XYZ 6.69 12.87 3.05 -
YUV 75.12 99.71 82.98 -
System Red Green Blue C M Y K H S L
Decimal 12 117 25 0.90 0 0.79 0.54 127.43 0.81 0.25
Hex C 75 19 5A 0 4F 36 7F 51 19
Octal 14 165 31 132 0 117 66 177 121 31
Binary 1100 1110101 11001 1011010 0 1001111 110110 1111111 1010001 11001

Color Harmonies of #0C7519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7519

Black with #0C7519

Text Example


Text Example

White with #0C7519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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