Html Css Color HEX #767E03 Olive

📋 copy color: '#767E03'

red 118 ◦ green 126 ◦ blue 3

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

Shades of Olive #767E03

Tints of Olive #767E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.21%

R = 47.77%
G = 51.01%
B = 1.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#767E03 (or 0x767E03) is known color: Olive. HEX triplet: 76, 7E and 03. RGB value is (118,126,3). Sum of RGB (Red+Green+Blue) = 118+126+3=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 126 (49.61% from 255 or 51.01% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 126 - color contains mainly: green. Hex color #767E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767E03 is #8981FC. Grayscale: #6E6E6E. Windows color (decimal): -9011709 or 228982. OLE color: 228982.

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

Color convert

RGB 118 126 3 -
CMYK 0.06 0 0.98 0.51
HSL 63.9º 0.95% 0.25% -
HSV(B) 63.9º 0.98% 0.49% -
XYZ 14.95 18.78 2.92 -
YUV 109.59 67.85 134 -
System Red Green Blue C M Y K H S L
Decimal 118 126 3 0.06 0 0.98 0.51 63.9 0.95 0.25
Hex 76 7E 3 6 0 62 33 40 5F 19
Octal 166 176 3 6 0 142 63 100 137 31
Binary 1110110 1111110 11 110 0 1100010 110011 1000000 1011111 11001

Color Harmonies of #767E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E03

Black with #767E03

Text Example


Text Example

White with #767E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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