Html Css Color HEX #769405 Olive

📋 copy color: '#769405'

red 118 ◦ green 148 ◦ blue 5

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

Shades of Olive #769405

Tints of Olive #769405

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.61%

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 43.54%
G = 54.61%
B = 1.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#769405 (or 0x769405) is known color: Olive. HEX triplet: 76, 94 and 05. RGB value is (118,148,5). Sum of RGB (Red+Green+Blue) = 118+148+5=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #769405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769405 is #896BFA. Grayscale: #7B7B7B. Windows color (decimal): -9006075 or 365686. OLE color: 365686.

HSL color Cylindrical-coordinate representation of color #769405: hue angle of 72.59º degrees, saturation: 0.93, 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 #769405 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 148 5 -
CMYK 0.20 0 0.97 0.42
HSL 72.59º 0.93% 0.3% -
HSV(B) 72.59º 0.97% 0.58% -
XYZ 18.09 25.04 4.02 -
YUV 122.73 61.56 124.63 -
System Red Green Blue C M Y K H S L
Decimal 118 148 5 0.20 0 0.97 0.42 72.59 0.93 0.3
Hex 76 94 5 14 0 61 2A 49 5D 1E
Octal 166 224 5 24 0 141 52 111 135 36
Binary 1110110 10010100 101 10100 0 1100001 101010 1001001 1011101 11110

Color Harmonies of #769405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769405

Black with #769405

Text Example


Text Example

White with #769405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769405; }

 p { color: rgb(118,148,5); }

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

background-color css

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

 a { background-color: rgb(118,148,5); }

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

border-color css

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

 span { border-color: rgb(118,148,5); }

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