Html Css Color HEX #767E04 Olive

📋 copy color: '#767E04'

red 118 ◦ green 126 ◦ blue 4

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

Shades of Olive #767E04

Tints of Olive #767E04

RGB

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

 GREEN value IS 126 (49.61% from 255) = 50.81%

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

R = 47.58%
G = 50.81%
B = 1.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#767E04 (or 0x767E04) is known color: Olive. HEX triplet: 76, 7E and 04. RGB value is (118,126,4). Sum of RGB (Red+Green+Blue) = 118+126+4=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 126 (49.61% from 255 or 50.81% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 126 - color contains mainly: green. Hex color #767E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767E04 is #8981FB. Grayscale: #6E6E6E. Windows color (decimal): -9011708 or 294518. OLE color: 294518.

HSL color Cylindrical-coordinate representation of color #767E04: hue angle of 63.93º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #767E04 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 126 4 -
CMYK 0.06 0 0.97 0.51
HSL 63.93º 0.94% 0.25% -
HSV(B) 63.93º 0.97% 0.49% -
XYZ 14.95 18.78 2.95 -
YUV 109.7 68.35 133.92 -
System Red Green Blue C M Y K H S L
Decimal 118 126 4 0.06 0 0.97 0.51 63.93 0.94 0.25
Hex 76 7E 4 6 0 61 33 40 5E 19
Octal 166 176 4 6 0 141 63 100 136 31
Binary 1110110 1111110 100 110 0 1100001 110011 1000000 1011110 11001

Color Harmonies of #767E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E04

Black with #767E04

Text Example


Text Example

White with #767E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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