Html Css Color HEX #007818 Green

📋 copy color: '#007818'

red 0 ◦ green 120 ◦ blue 24

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

Shades of Green #007818

Tints of Green #007818

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 24 (9.77% from 255) = 16.67%

R = 0%
G = 83.33%
B = 16.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#007818 (or 0x007818) is known color: Green. HEX triplet: 00, 78 and 18. RGB value is (0,120,24). Sum of RGB (Red+Green+Blue) = 0+120+24=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 120 (47.27% from 255 or 83.33% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 120 - color contains mainly: green. Hex color #007818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007818 is #FF87E7. Grayscale: #494949. Windows color (decimal): -16746472 or 1603584. OLE color: 1603584.

HSL color Cylindrical-coordinate representation of color #007818: hue angle of 132º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007818 is Cyan = 1, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 120 24 -
CMYK 1 0 0.8 0.53
HSL 132º 1% 0.24% -
HSV(B) 132º 1% 0.47% -
XYZ 6.88 13.5 3.11 -
YUV 73.18 100.24 75.81 -
System Red Green Blue C M Y K H S L
Decimal 0 120 24 1 0 0.8 0.53 132 1 0.24
Hex 0 78 18 64 0 50 35 84 64 18
Octal 0 170 30 144 0 120 65 204 144 30
Binary 0 1111000 11000 1100100 0 1010000 110101 10000100 1100100 11000

Color Harmonies of #007818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007818

Black with #007818

Text Example


Text Example

White with #007818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007818; }

 p { color: rgb(0,120,24); }

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

background-color css

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

 a { background-color: rgb(0,120,24); }

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

border-color css

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

 span { border-color: rgb(0,120,24); }

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