Html Css Color HEX #076B18 Green

📋 copy color: '#076B18'

red 7 ◦ green 107 ◦ blue 24

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

Shades of Green #076B18

Tints of Green #076B18

RGB

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

 GREEN value IS 107 (42.19% from 255) = 77.54%

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

R = 5.07%
G = 77.54%
B = 17.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#076B18 (or 0x076B18) is known color: Green. HEX triplet: 07, 6B and 18. RGB value is (7,107,24). Sum of RGB (Red+Green+Blue) = 7+107+24=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 107 (42.19% from 255 or 77.54% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 107 - color contains mainly: green. Hex color #076B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076B18 is #F894E7. Grayscale: #434343. Windows color (decimal): -16291048 or 1600263. OLE color: 1600263.

HSL color Cylindrical-coordinate representation of color #076B18: hue angle of 130.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076B18 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 107 24 -
CMYK 0.93 0 0.78 0.58
HSL 130.2º 0.88% 0.22% -
HSV(B) 130.2º 0.93% 0.42% -
XYZ 5.51 10.63 2.62 -
YUV 67.64 103.37 84.75 -
System Red Green Blue C M Y K H S L
Decimal 7 107 24 0.93 0 0.78 0.58 130.2 0.88 0.22
Hex 7 6B 18 5D 0 4E 3A 82 58 16
Octal 7 153 30 135 0 116 72 202 130 26
Binary 111 1101011 11000 1011101 0 1001110 111010 10000010 1011000 10110

Color Harmonies of #076B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B18

Black with #076B18

Text Example


Text Example

White with #076B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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