Html Css Color HEX #076915 Green

📋 copy color: '#076915'

red 7 ◦ green 105 ◦ blue 21

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

Shades of Green #076915

Tints of Green #076915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 78.95%

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

R = 5.26%
G = 78.95%
B = 15.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#076915 (or 0x076915) is known color: Green. HEX triplet: 07, 69 and 15. RGB value is (7,105,21). Sum of RGB (Red+Green+Blue) = 7+105+21=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 105 (41.41% from 255 or 78.95% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 105 - color contains mainly: green. Hex color #076915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076915 is #F896EA. Grayscale: #424242. Windows color (decimal): -16291563 or 1403143. OLE color: 1403143.

HSL color Cylindrical-coordinate representation of color #076915: hue angle of 128.57º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076915 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 105 21 -
CMYK 0.93 0 0.80 0.59
HSL 128.57º 0.88% 0.22% -
HSV(B) 128.57º 0.93% 0.41% -
XYZ 5.27 10.2 2.4 -
YUV 66.12 102.53 85.83 -
System Red Green Blue C M Y K H S L
Decimal 7 105 21 0.93 0 0.80 0.59 128.57 0.88 0.22
Hex 7 69 15 5D 0 50 3B 81 58 16
Octal 7 151 25 135 0 120 73 201 130 26
Binary 111 1101001 10101 1011101 0 1010000 111011 10000001 1011000 10110

Color Harmonies of #076915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076915

Black with #076915

Text Example


Text Example

White with #076915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076915; }

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

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

background-color css

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

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

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

border-color css

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

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

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