Html Css Color HEX #769801 Olive

📋 copy color: '#769801'

red 118 ◦ green 152 ◦ blue 1

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

Shades of Olive #769801

Tints of Olive #769801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 43.54%
G = 56.09%
B = 0.37%

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

#769801 (or 0x769801) is known color: Olive. HEX triplet: 76, 98 and 01. RGB value is (118,152,1). Sum of RGB (Red+Green+Blue) = 118+152+1=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #769801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769801 is #8967FE. Grayscale: #7D7D7D. Windows color (decimal): -9005055 or 104566. OLE color: 104566.

HSL color Cylindrical-coordinate representation of color #769801: hue angle of 73.51º degrees, saturation: 0.99, 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 #769801 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 1 -
CMYK 0.22 0 0.99 0.40
HSL 73.51º 0.99% 0.3% -
HSV(B) 73.51º 0.99% 0.6% -
XYZ 18.7 26.31 4.12 -
YUV 124.62 58.24 123.28 -
System Red Green Blue C M Y K H S L
Decimal 118 152 1 0.22 0 0.99 0.40 73.51 0.99 0.3
Hex 76 98 1 16 0 63 28 4A 63 1E
Octal 166 230 1 26 0 143 50 112 143 36
Binary 1110110 10011000 1 10110 0 1100011 101000 1001010 1100011 11110

Color Harmonies of #769801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769801

Black with #769801

Text Example


Text Example

White with #769801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769801; }

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

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

background-color css

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

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

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

border-color css

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

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

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