Html Css Color HEX #767300 Olive

📋 copy color: '#767300'

red 118 ◦ green 115 ◦ blue 0

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

Shades of Olive #767300

Tints of Olive #767300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.64%
G = 49.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#767300 (or 0x767300) is known color: Olive. HEX triplet: 76, 73 and 00. RGB value is (118,115,0). Sum of RGB (Red+Green+Blue) = 118+115+0=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #767300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767300 is #898CFF. Grayscale: #676767. Windows color (decimal): -9014528 or 29558. OLE color: 29558.

HSL color Cylindrical-coordinate representation of color #767300: hue angle of 58.47º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #767300 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 115 0 -
CMYK 0 0.03 1 0.54
HSL 58.47º 1% 0.23% -
HSV(B) 58.47º 1% 0.46% -
XYZ 13.6 16.11 2.39 -
YUV 102.79 69.99 138.85 -
System Red Green Blue C M Y K H S L
Decimal 118 115 0 0 0.03 1 0.54 58.47 1 0.23
Hex 76 73 0 0 3 64 36 3A 64 17
Octal 166 163 0 0 3 144 66 72 144 27
Binary 1110110 1110011 0 0 11 1100100 110110 111010 1100100 10111

Color Harmonies of #767300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767300

Black with #767300

Text Example


Text Example

White with #767300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767300; }

 p { color: rgb(118,115,0); }

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

background-color css

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

 a { background-color: rgb(118,115,0); }

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

border-color css

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

 span { border-color: rgb(118,115,0); }

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