Html Css Color HEX #07770B Green

📋 copy color: '#07770B'

red 7 ◦ green 119 ◦ blue 11

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

Shades of Green #07770B

Tints of Green #07770B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.03%

R = 5.11%
G = 86.86%
B = 8.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#07770B (or 0x07770B) is known color: Green. HEX triplet: 07, 77 and 0B. RGB value is (7,119,11). Sum of RGB (Red+Green+Blue) = 7+119+11=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 119 (46.88% from 255 or 86.86% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 119 - color contains mainly: green. Hex color #07770B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07770B is #F888F4. Grayscale: #494949. Windows color (decimal): -16287989 or 751367. OLE color: 751367.

HSL color Cylindrical-coordinate representation of color #07770B: hue angle of 122.14º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07770B is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 119 11 -
CMYK 0.94 0 0.91 0.53
HSL 122.14º 0.89% 0.25% -
HSV(B) 122.14º 0.94% 0.47% -
XYZ 6.74 13.26 2.52 -
YUV 73.2 92.89 80.78 -
System Red Green Blue C M Y K H S L
Decimal 7 119 11 0.94 0 0.91 0.53 122.14 0.89 0.25
Hex 7 77 B 5E 0 5B 35 7A 59 19
Octal 7 167 13 136 0 133 65 172 131 31
Binary 111 1110111 1011 1011110 0 1011011 110101 1111010 1011001 11001

Color Harmonies of #07770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07770B

Black with #07770B

Text Example


Text Example

White with #07770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07770B; }

 p { color: rgb(7,119,11); }

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

background-color css

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

 a { background-color: rgb(7,119,11); }

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

border-color css

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

 span { border-color: rgb(7,119,11); }

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