Html Css Color HEX #06770A Green

📋 copy color: '#06770A'

red 6 ◦ green 119 ◦ blue 10

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

Shades of Green #06770A

Tints of Green #06770A

RGB

 RED value IS 6 (2.73% from 255) = 4.44%

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

 BLUE value IS 10 (4.3% from 255) = 7.41%

R = 4.44%
G = 88.15%
B = 7.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#06770A (or 0x06770A) is known color: Green. HEX triplet: 06, 77 and 0A. RGB value is (6,119,10). Sum of RGB (Red+Green+Blue) = 6+119+10=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 119 (46.88% from 255 or 88.15% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 119 - color contains mainly: green. Hex color #06770A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06770A is #F988F5. Grayscale: #494949. Windows color (decimal): -16353526 or 685830. OLE color: 685830.

HSL color Cylindrical-coordinate representation of color #06770A: hue angle of 122.12º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06770A is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 119 10 -
CMYK 0.95 0 0.92 0.53
HSL 122.12º 0.9% 0.25% -
HSV(B) 122.12º 0.95% 0.47% -
XYZ 6.73 13.25 2.49 -
YUV 72.79 92.56 80.36 -
System Red Green Blue C M Y K H S L
Decimal 6 119 10 0.95 0 0.92 0.53 122.12 0.9 0.25
Hex 6 77 A 5F 0 5C 35 7A 5A 19
Octal 6 167 12 137 0 134 65 172 132 31
Binary 110 1110111 1010 1011111 0 1011100 110101 1111010 1011010 11001

Color Harmonies of #06770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06770A

Black with #06770A

Text Example


Text Example

White with #06770A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06770A; }

 p { color: rgb(6,119,10); }

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

background-color css

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

 a { background-color: rgb(6,119,10); }

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

border-color css

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

 span { border-color: rgb(6,119,10); }

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