Html Css Color HEX #769700 Olive

📋 copy color: '#769700'

red 118 ◦ green 151 ◦ blue 0

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

Shades of Olive #769700

Tints of Olive #769700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.13%

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

R = 43.87%
G = 56.13%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#769700 (or 0x769700) is known color: Olive. HEX triplet: 76, 97 and 00. RGB value is (118,151,0). Sum of RGB (Red+Green+Blue) = 118+151+0=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 151 (59.38% from 255 or 56.13% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 151 - color contains mainly: green. Hex color #769700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769700 is #8968FF. Grayscale: #7C7C7C. Windows color (decimal): -9005312 or 38774. OLE color: 38774.

HSL color Cylindrical-coordinate representation of color #769700: hue angle of 73.11º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #769700 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 0 -
CMYK 0.22 0 1 0.41
HSL 73.11º 1% 0.3% -
HSV(B) 73.11º 1% 0.59% -
XYZ 18.54 25.98 4.04 -
YUV 123.92 58.07 123.78 -
System Red Green Blue C M Y K H S L
Decimal 118 151 0 0.22 0 1 0.41 73.11 1 0.3
Hex 76 97 0 16 0 64 29 49 64 1E
Octal 166 227 0 26 0 144 51 111 144 36
Binary 1110110 10010111 0 10110 0 1100100 101001 1001001 1100100 11110

Color Harmonies of #769700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769700

Black with #769700

Text Example


Text Example

White with #769700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769700; }

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

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

background-color css

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

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

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

border-color css

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

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

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