Html Css Color HEX #076615 Green

📋 copy color: '#076615'

red 7 ◦ green 102 ◦ blue 21

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

Shades of Green #076615

Tints of Green #076615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.15%

R = 5.38%
G = 78.46%
B = 16.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#076615 (or 0x076615) is known color: Green. HEX triplet: 07, 66 and 15. RGB value is (7,102,21). Sum of RGB (Red+Green+Blue) = 7+102+21=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 102 (40.23% from 255 or 78.46% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 102 - color contains mainly: green. Hex color #076615 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076615 is #F899EA. Grayscale: #404040. Windows color (decimal): -16292331 or 1402375. OLE color: 1402375.

HSL color Cylindrical-coordinate representation of color #076615: hue angle of 128.84º 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 #076615 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB 7 102 21 -
CMYK 0.93 0 0.79 0.6
HSL 128.84º 0.87% 0.21% -
HSV(B) 128.84º 0.93% 0.4% -
XYZ 4.97 9.6 2.3 -
YUV 64.36 103.53 87.09 -
System Red Green Blue C M Y K H S L
Decimal 7 102 21 0.93 0 0.79 0.6 128.84 0.87 0.21
Hex 7 66 15 5D 0 4F 3C 81 57 15
Octal 7 146 25 135 0 117 74 201 127 25
Binary 111 1100110 10101 1011101 0 1001111 111100 10000001 1010111 10101

Color Harmonies of #076615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076615

Black with #076615

Text Example


Text Example

White with #076615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076615; }

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

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

background-color css

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

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

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

border-color css

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

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

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