Html Css Color HEX #075602 Green

📋 copy color: '#075602'

red 7 ◦ green 86 ◦ blue 2

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

Shades of Green #075602

Tints of Green #075602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 90.53%

 BLUE value IS 2 (1.17% from 255) = 2.11%

R = 7.37%
G = 90.53%
B = 2.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#075602 (or 0x075602) is known color: Green. HEX triplet: 07, 56 and 02. RGB value is (7,86,2). Sum of RGB (Red+Green+Blue) = 7+86+2=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 86 (33.98% from 255 or 90.53% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 86 - color contains mainly: green. Hex color #075602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075602 is #F8A9FD. Grayscale: #353535. Windows color (decimal): -16296446 or 153095. OLE color: 153095.

HSL color Cylindrical-coordinate representation of color #075602: hue angle of 116.43º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #075602 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 86 2 -
CMYK 0.92 0 0.98 0.66
HSL 116.43º 0.95% 0.17% -
HSV(B) 116.43º 0.98% 0.34% -
XYZ 3.43 6.71 1.17 -
YUV 52.8 99.33 95.33 -
System Red Green Blue C M Y K H S L
Decimal 7 86 2 0.92 0 0.98 0.66 116.43 0.95 0.17
Hex 7 56 2 5C 0 62 42 74 5F 11
Octal 7 126 2 134 0 142 102 164 137 21
Binary 111 1010110 10 1011100 0 1100010 1000010 1110100 1011111 10001

Color Harmonies of #075602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075602

Black with #075602

Text Example


Text Example

White with #075602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075602; }

 p { color: rgb(7,86,2); }

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

background-color css

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

 a { background-color: rgb(7,86,2); }

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

border-color css

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

 span { border-color: rgb(7,86,2); }

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