Html Css Color HEX #075702 Green

📋 copy color: '#075702'

red 7 ◦ green 87 ◦ blue 2

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

Shades of Green #075702

Tints of Green #075702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 90.63%

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

R = 7.29%
G = 90.63%
B = 2.08%

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

#075702 (or 0x075702) is known color: Green. HEX triplet: 07, 57 and 02. RGB value is (7,87,2). Sum of RGB (Red+Green+Blue) = 7+87+2=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 87 (34.38% from 255 or 90.62% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 87 - color contains mainly: green. Hex color #075702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075702 is #F8A8FD. Grayscale: #353535. Windows color (decimal): -16296190 or 153351. OLE color: 153351.

HSL color Cylindrical-coordinate representation of color #075702: hue angle of 116.47º degrees, saturation: 0.96, 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 #075702 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 87 2 -
CMYK 0.92 0 0.98 0.66
HSL 116.47º 0.96% 0.17% -
HSV(B) 116.47º 0.98% 0.34% -
XYZ 3.51 6.87 1.2 -
YUV 53.39 99 94.91 -
System Red Green Blue C M Y K H S L
Decimal 7 87 2 0.92 0 0.98 0.66 116.47 0.96 0.17
Hex 7 57 2 5C 0 62 42 74 60 11
Octal 7 127 2 134 0 142 102 164 140 21
Binary 111 1010111 10 1011100 0 1100010 1000010 1110100 1100000 10001

Color Harmonies of #075702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075702

Black with #075702

Text Example


Text Example

White with #075702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075702; }

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

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

background-color css

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

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

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

border-color css

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

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

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