Html Css Color HEX #769802 Olive

📋 copy color: '#769802'

red 118 ◦ green 152 ◦ blue 2

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

Shades of Olive #769802

Tints of Olive #769802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 43.38%
G = 55.88%
B = 0.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#769802 (or 0x769802) is known color: Olive. HEX triplet: 76, 98 and 02. RGB value is (118,152,2). Sum of RGB (Red+Green+Blue) = 118+152+2=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #769802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769802 is #8967FD. Grayscale: #7D7D7D. Windows color (decimal): -9005054 or 170102. OLE color: 170102.

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

Color convert

RGB 118 152 2 -
CMYK 0.22 0 0.99 0.40
HSL 73.6º 0.97% 0.3% -
HSV(B) 73.6º 0.99% 0.6% -
XYZ 18.71 26.31 4.15 -
YUV 124.73 58.74 123.2 -
System Red Green Blue C M Y K H S L
Decimal 118 152 2 0.22 0 0.99 0.40 73.6 0.97 0.3
Hex 76 98 2 16 0 63 28 4A 61 1E
Octal 166 230 2 26 0 143 50 112 141 36
Binary 1110110 10011000 10 10110 0 1100011 101000 1001010 1100001 11110

Color Harmonies of #769802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769802

Black with #769802

Text Example


Text Example

White with #769802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769802; }

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

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

background-color css

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

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

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

border-color css

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

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

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