Html Css Color HEX #769B00 Olive

📋 copy color: '#769B00'

red 118 ◦ green 155 ◦ blue 0

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

Shades of Olive #769B00

Tints of Olive #769B00

RGB

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

 GREEN value IS 155 (60.94% from 255) = 56.78%

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

R = 43.22%
G = 56.78%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.39

RGB Variations

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

Color information

#769B00 (or 0x769B00) is known color: Olive. HEX triplet: 76, 9B and 00. RGB value is (118,155,0). Sum of RGB (Red+Green+Blue) = 118+155+0=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #769B00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769B00 is #8964FF. Grayscale: #7E7E7E. Windows color (decimal): -9004288 or 39798. OLE color: 39798.

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

Color convert

RGB 118 155 0 -
CMYK 0.24 0 1 0.39
HSL 74.32º 1% 0.3% -
HSV(B) 74.32º 1% 0.61% -
XYZ 19.19 27.29 4.26 -
YUV 126.27 56.74 122.1 -
System Red Green Blue C M Y K H S L
Decimal 118 155 0 0.24 0 1 0.39 74.32 1 0.3
Hex 76 9B 0 18 0 64 27 4A 64 1E
Octal 166 233 0 30 0 144 47 112 144 36
Binary 1110110 10011011 0 11000 0 1100100 100111 1001010 1100100 11110

Color Harmonies of #769B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B00

Black with #769B00

Text Example


Text Example

White with #769B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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