Html Css Color HEX #06761A Green

📋 copy color: '#06761A'

red 6 ◦ green 118 ◦ blue 26

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

Shades of Green #06761A

Tints of Green #06761A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 78.67%

 BLUE value IS 26 (10.55% from 255) = 17.33%

R = 4%
G = 78.67%
B = 17.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#06761A (or 0x06761A) is known color: Green. HEX triplet: 06, 76 and 1A. RGB value is (6,118,26). Sum of RGB (Red+Green+Blue) = 6+118+26=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 118 (46.48% from 255 or 78.67% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 118 - color contains mainly: green. Hex color #06761A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06761A is #F989E5. Grayscale: #4A4A4A. Windows color (decimal): -16353766 or 1734150. OLE color: 1734150.

HSL color Cylindrical-coordinate representation of color #06761A: hue angle of 130.71º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06761A is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 118 26 -
CMYK 0.95 0 0.78 0.54
HSL 130.71º 0.9% 0.24% -
HSV(B) 130.71º 0.95% 0.46% -
XYZ 6.74 13.07 3.14 -
YUV 74.02 100.89 79.48 -
System Red Green Blue C M Y K H S L
Decimal 6 118 26 0.95 0 0.78 0.54 130.71 0.9 0.24
Hex 6 76 1A 5F 0 4E 36 83 5A 18
Octal 6 166 32 137 0 116 66 203 132 30
Binary 110 1110110 11010 1011111 0 1001110 110110 10000011 1011010 11000

Color Harmonies of #06761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06761A

Black with #06761A

Text Example


Text Example

White with #06761A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,118,26); }

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

background-color css

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

 a { background-color: rgb(6,118,26); }

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

border-color css

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

 span { border-color: rgb(6,118,26); }

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