Html Css Color HEX #769601 Olive

📋 copy color: '#769601'

red 118 ◦ green 150 ◦ blue 1

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

Shades of Olive #769601

Tints of Olive #769601

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.76%

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

R = 43.87%
G = 55.76%
B = 0.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#769601 (or 0x769601) is known color: Olive. HEX triplet: 76, 96 and 01. RGB value is (118,150,1). Sum of RGB (Red+Green+Blue) = 118+150+1=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #769601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769601 is #8969FE. Grayscale: #7C7C7C. Windows color (decimal): -9005567 or 104054. OLE color: 104054.

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

Color convert

RGB 118 150 1 -
CMYK 0.21 0 0.99 0.41
HSL 72.89º 0.99% 0.3% -
HSV(B) 72.89º 0.99% 0.59% -
XYZ 18.38 25.67 4.01 -
YUV 123.45 58.9 124.12 -
System Red Green Blue C M Y K H S L
Decimal 118 150 1 0.21 0 0.99 0.41 72.89 0.99 0.3
Hex 76 96 1 15 0 63 29 49 63 1E
Octal 166 226 1 25 0 143 51 111 143 36
Binary 1110110 10010110 1 10101 0 1100011 101001 1001001 1100011 11110

Color Harmonies of #769601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769601

Black with #769601

Text Example


Text Example

White with #769601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769601; }

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

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

background-color css

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

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

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

border-color css

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

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

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