Html Css Color HEX #769504 Olive

📋 copy color: '#769504'

red 118 ◦ green 149 ◦ blue 4

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

Shades of Olive #769504

Tints of Olive #769504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.98%

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 43.54%
G = 54.98%
B = 1.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#769504 (or 0x769504) is known color: Olive. HEX triplet: 76, 95 and 04. RGB value is (118,149,4). Sum of RGB (Red+Green+Blue) = 118+149+4=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #769504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769504 is #896AFB. Grayscale: #7B7B7B. Windows color (decimal): -9005820 or 300406. OLE color: 300406.

HSL color Cylindrical-coordinate representation of color #769504: hue angle of 72.83º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #769504 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 149 4 -
CMYK 0.21 0 0.97 0.42
HSL 72.83º 0.95% 0.3% -
HSV(B) 72.83º 0.97% 0.58% -
XYZ 18.24 25.36 4.05 -
YUV 123.2 60.73 124.29 -
System Red Green Blue C M Y K H S L
Decimal 118 149 4 0.21 0 0.97 0.42 72.83 0.95 0.3
Hex 76 95 4 15 0 61 2A 49 5F 1E
Octal 166 225 4 25 0 141 52 111 137 36
Binary 1110110 10010101 100 10101 0 1100001 101010 1001001 1011111 11110

Color Harmonies of #769504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769504

Black with #769504

Text Example


Text Example

White with #769504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769504; }

 p { color: rgb(118,149,4); }

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

background-color css

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

 a { background-color: rgb(118,149,4); }

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

border-color css

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

 span { border-color: rgb(118,149,4); }

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