Html Css Color HEX #007705 Green

📋 copy color: '#007705'

red 0 ◦ green 119 ◦ blue 5

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

Shades of Green #007705

Tints of Green #007705

RGB

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

 GREEN value IS 119 (46.88% from 255) = 95.97%

 BLUE value IS 5 (2.34% from 255) = 4.03%

R = 0%
G = 95.97%
B = 4.03%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#007705 (or 0x007705) is known color: Green. HEX triplet: 00, 77 and 05. RGB value is (0,119,5). Sum of RGB (Red+Green+Blue) = 0+119+5=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 119 (46.88% from 255 or 95.97% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 119 - color contains mainly: green. Hex color #007705 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007705 is #FF88FA. Grayscale: #464646. Windows color (decimal): -16746747 or 358144. OLE color: 358144.

HSL color Cylindrical-coordinate representation of color #007705: hue angle of 122.52º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007705 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 119 5 -
CMYK 1 0 0.96 0.53
HSL 122.52º 1% 0.23% -
HSV(B) 122.52º 1% 0.47% -
XYZ 6.62 13.2 2.34 -
YUV 70.42 91.08 77.77 -
System Red Green Blue C M Y K H S L
Decimal 0 119 5 1 0 0.96 0.53 122.52 1 0.23
Hex 0 77 5 64 0 60 35 7B 64 17
Octal 0 167 5 144 0 140 65 173 144 27
Binary 0 1110111 101 1100100 0 1100000 110101 1111011 1100100 10111

Color Harmonies of #007705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007705

Black with #007705

Text Example


Text Example

White with #007705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007705; }

 p { color: rgb(0,119,5); }

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

background-color css

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

 a { background-color: rgb(0,119,5); }

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

border-color css

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

 span { border-color: rgb(0,119,5); }

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