Html Css Color HEX #077018 Green

📋 copy color: '#077018'

red 7 ◦ green 112 ◦ blue 24

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

Shades of Green #077018

Tints of Green #077018

RGB

 RED value IS 7 (3.13% from 255) = 4.9%

 GREEN value IS 112 (44.14% from 255) = 78.32%

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

R = 4.9%
G = 78.32%
B = 16.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#077018 (or 0x077018) is known color: Green. HEX triplet: 07, 70 and 18. RGB value is (7,112,24). Sum of RGB (Red+Green+Blue) = 7+112+24=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 112 (44.14% from 255 or 78.32% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 112 - color contains mainly: green. Hex color #077018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077018 is #F88FE7. Grayscale: #464646. Windows color (decimal): -16289768 or 1601543. OLE color: 1601543.

HSL color Cylindrical-coordinate representation of color #077018: hue angle of 129.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077018 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 112 24 -
CMYK 0.94 0 0.79 0.56
HSL 129.71º 0.88% 0.23% -
HSV(B) 129.71º 0.94% 0.44% -
XYZ 6.05 11.7 2.8 -
YUV 70.57 101.71 82.66 -
System Red Green Blue C M Y K H S L
Decimal 7 112 24 0.94 0 0.79 0.56 129.71 0.88 0.23
Hex 7 70 18 5E 0 4F 38 82 58 17
Octal 7 160 30 136 0 117 70 202 130 27
Binary 111 1110000 11000 1011110 0 1001111 111000 10000010 1011000 10111

Color Harmonies of #077018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077018

Black with #077018

Text Example


Text Example

White with #077018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077018; }

 p { color: rgb(7,112,24); }

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

background-color css

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

 a { background-color: rgb(7,112,24); }

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

border-color css

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

 span { border-color: rgb(7,112,24); }

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