Html Css Color HEX #077318 Green

📋 copy color: '#077318'

red 7 ◦ green 115 ◦ blue 24

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

Shades of Green #077318

Tints of Green #077318

RGB

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

 GREEN value IS 115 (45.31% from 255) = 78.77%

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

R = 4.79%
G = 78.77%
B = 16.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#077318 (or 0x077318) is known color: Green. HEX triplet: 07, 73 and 18. RGB value is (7,115,24). Sum of RGB (Red+Green+Blue) = 7+115+24=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 115 (45.31% from 255 or 78.77% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 115 - color contains mainly: green. Hex color #077318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077318 is #F88CE7. Grayscale: #484848. Windows color (decimal): -16289000 or 1602311. OLE color: 1602311.

HSL color Cylindrical-coordinate representation of color #077318: hue angle of 129.44º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077318 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 115 24 -
CMYK 0.94 0 0.79 0.55
HSL 129.44º 0.89% 0.24% -
HSV(B) 129.44º 0.94% 0.45% -
XYZ 6.38 12.37 2.92 -
YUV 72.33 100.72 81.4 -
System Red Green Blue C M Y K H S L
Decimal 7 115 24 0.94 0 0.79 0.55 129.44 0.89 0.24
Hex 7 73 18 5E 0 4F 37 81 59 18
Octal 7 163 30 136 0 117 67 201 131 30
Binary 111 1110011 11000 1011110 0 1001111 110111 10000001 1011001 11000

Color Harmonies of #077318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077318

Black with #077318

Text Example


Text Example

White with #077318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077318; }

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

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

background-color css

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

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

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

border-color css

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

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

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