Html Css Color HEX #076614 Green

📋 copy color: '#076614'

red 7 ◦ green 102 ◦ blue 20

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

Shades of Green #076614

Tints of Green #076614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 79.07%

 BLUE value IS 20 (8.2% from 255) = 15.5%

R = 5.43%
G = 79.07%
B = 15.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#076614 (or 0x076614) is known color: Green. HEX triplet: 07, 66 and 14. RGB value is (7,102,20). Sum of RGB (Red+Green+Blue) = 7+102+20=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 102 (40.23% from 255 or 79.07% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 102 - color contains mainly: green. Hex color #076614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076614 is #F899EB. Grayscale: #404040. Windows color (decimal): -16292332 or 1336839. OLE color: 1336839.

HSL color Cylindrical-coordinate representation of color #076614: hue angle of 128.21º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076614 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 7 102 20 -
CMYK 0.93 0 0.80 0.6
HSL 128.21º 0.87% 0.21% -
HSV(B) 128.21º 0.93% 0.4% -
XYZ 4.97 9.6 2.25 -
YUV 64.25 103.03 87.17 -
System Red Green Blue C M Y K H S L
Decimal 7 102 20 0.93 0 0.80 0.6 128.21 0.87 0.21
Hex 7 66 14 5D 0 50 3C 80 57 15
Octal 7 146 24 135 0 120 74 200 127 25
Binary 111 1100110 10100 1011101 0 1010000 111100 10000000 1010111 10101

Color Harmonies of #076614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076614

Black with #076614

Text Example


Text Example

White with #076614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076614; }

 p { color: rgb(7,102,20); }

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

background-color css

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

 a { background-color: rgb(7,102,20); }

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

border-color css

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

 span { border-color: rgb(7,102,20); }

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