Html Css Color HEX #0F780C Green

📋 copy color: '#0F780C'

red 15 ◦ green 120 ◦ blue 12

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

Shades of Green #0F780C

Tints of Green #0F780C

RGB

 RED value IS 15 (6.25% from 255) = 10.2%

 GREEN value IS 120 (47.27% from 255) = 81.63%

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

R = 10.2%
G = 81.63%
B = 8.16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#0F780C (or 0x0F780C) is known color: Green. HEX triplet: 0F, 78 and 0C. RGB value is (15,120,12). Sum of RGB (Red+Green+Blue) = 15+120+12=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 120 (47.27% from 255 or 81.63% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 120 - color contains mainly: green. Hex color #0F780C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F780C is #F087F3. Grayscale: #4C4C4C. Windows color (decimal): -15763444 or 817167. OLE color: 817167.

HSL color Cylindrical-coordinate representation of color #0F780C: hue angle of 118.33º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F780C is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 120 12 -
CMYK 0.87 0 0.90 0.53
HSL 118.33º 0.82% 0.26% -
HSV(B) 118.33º 0.9% 0.47% -
XYZ 6.98 13.56 2.6 -
YUV 76.29 91.71 84.28 -
System Red Green Blue C M Y K H S L
Decimal 15 120 12 0.87 0 0.90 0.53 118.33 0.82 0.26
Hex F 78 C 57 0 5A 35 76 52 1A
Octal 17 170 14 127 0 132 65 166 122 32
Binary 1111 1111000 1100 1010111 0 1011010 110101 1110110 1010010 11010

Color Harmonies of #0F780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F780C

Black with #0F780C

Text Example


Text Example

White with #0F780C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,120,12); }

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

background-color css

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

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

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

border-color css

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

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

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