Html Css Color HEX #769A00 Olive

📋 copy color: '#769A00'

red 118 ◦ green 154 ◦ blue 0

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

Shades of Olive #769A00

Tints of Olive #769A00

RGB

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

 GREEN value IS 154 (60.55% from 255) = 56.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.38%
G = 56.62%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#769A00 (or 0x769A00) is known color: Olive. HEX triplet: 76, 9A and 00. RGB value is (118,154,0). Sum of RGB (Red+Green+Blue) = 118+154+0=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 154 (60.55% from 255 or 56.62% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 154 - color contains mainly: green. Hex color #769A00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769A00 is #8965FF. Grayscale: #7E7E7E. Windows color (decimal): -9004544 or 39542. OLE color: 39542.

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

Color convert

RGB 118 154 0 -
CMYK 0.23 0 1 0.40
HSL 74.03º 1% 0.3% -
HSV(B) 74.03º 1% 0.6% -
XYZ 19.03 26.96 4.2 -
YUV 125.68 57.07 122.52 -
System Red Green Blue C M Y K H S L
Decimal 118 154 0 0.23 0 1 0.40 74.03 1 0.3
Hex 76 9A 0 17 0 64 28 4A 64 1E
Octal 166 232 0 27 0 144 50 112 144 36
Binary 1110110 10011010 0 10111 0 1100100 101000 1001010 1100100 11110

Color Harmonies of #769A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769A00

Black with #769A00

Text Example


Text Example

White with #769A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769A00; }

 p { color: rgb(118,154,0); }

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

background-color css

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

 a { background-color: rgb(118,154,0); }

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

border-color css

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

 span { border-color: rgb(118,154,0); }

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