Html Css Color HEX #075700 Green

📋 copy color: '#075700'

red 7 ◦ green 87 ◦ blue 0

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

Shades of Green #075700

Tints of Green #075700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 7.45%
G = 92.55%
B = 0%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#075700 (or 0x075700) is known color: Green. HEX triplet: 07, 57 and 00. RGB value is (7,87,0). Sum of RGB (Red+Green+Blue) = 7+87+0=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 87 (34.38% from 255 or 92.55% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 87 - color contains mainly: green. Hex color #075700 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075700 is #F8A8FF. Grayscale: #353535. Windows color (decimal): -16296192 or 22279. OLE color: 22279.

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

Color convert

RGB 7 87 0 -
CMYK 0.92 0 1 0.66
HSL 115.17º 1% 0.17% -
HSV(B) 115.17º 1% 0.34% -
XYZ 3.5 6.86 1.14 -
YUV 53.16 98 95.07 -
System Red Green Blue C M Y K H S L
Decimal 7 87 0 0.92 0 1 0.66 115.17 1 0.17
Hex 7 57 0 5C 0 64 42 73 64 11
Octal 7 127 0 134 0 144 102 163 144 21
Binary 111 1010111 0 1011100 0 1100100 1000010 1110011 1100100 10001

Color Harmonies of #075700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075700

Black with #075700

Text Example


Text Example

White with #075700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075700; }

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

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

background-color css

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

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

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

border-color css

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

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

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