Html Css Color HEX #769805 Olive

📋 copy color: '#769805'

red 118 ◦ green 152 ◦ blue 5

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

Shades of Olive #769805

Tints of Olive #769805

RGB

 RED value IS 118 (46.48% from 255) = 42.91%

 GREEN value IS 152 (59.77% from 255) = 55.27%

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

R = 42.91%
G = 55.27%
B = 1.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#769805 (or 0x769805) is known color: Olive. HEX triplet: 76, 98 and 05. RGB value is (118,152,5). Sum of RGB (Red+Green+Blue) = 118+152+5=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #769805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769805 is #8967FA. Grayscale: #7D7D7D. Windows color (decimal): -9005051 or 366710. OLE color: 366710.

HSL color Cylindrical-coordinate representation of color #769805: hue angle of 73.88º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #769805 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 5 -
CMYK 0.22 0 0.97 0.40
HSL 73.88º 0.94% 0.31% -
HSV(B) 73.88º 0.97% 0.6% -
XYZ 18.73 26.32 4.24 -
YUV 125.08 60.24 122.95 -
System Red Green Blue C M Y K H S L
Decimal 118 152 5 0.22 0 0.97 0.40 73.88 0.94 0.31
Hex 76 98 5 16 0 61 28 4A 5E 1F
Octal 166 230 5 26 0 141 50 112 136 37
Binary 1110110 10011000 101 10110 0 1100001 101000 1001010 1011110 11111

Color Harmonies of #769805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769805

Black with #769805

Text Example


Text Example

White with #769805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769805; }

 p { color: rgb(118,152,5); }

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

background-color css

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

 a { background-color: rgb(118,152,5); }

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

border-color css

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

 span { border-color: rgb(118,152,5); }

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