Html Css Color HEX #767309 Olive

📋 copy color: '#767309'

red 118 ◦ green 115 ◦ blue 9

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

Shades of Olive #767309

Tints of Olive #767309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.72%

R = 48.76%
G = 47.52%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#767309 (or 0x767309) is known color: Olive. HEX triplet: 76, 73 and 09. RGB value is (118,115,9). Sum of RGB (Red+Green+Blue) = 118+115+9=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #767309 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767309 is #898CF6. Grayscale: #686868. Windows color (decimal): -9014519 or 619382. OLE color: 619382.

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

Color convert

RGB 118 115 9 -
CMYK 0 0.03 0.92 0.54
HSL 58.35º 0.86% 0.25% -
HSV(B) 58.35º 0.92% 0.46% -
XYZ 13.65 16.13 2.65 -
YUV 103.81 74.49 138.12 -
System Red Green Blue C M Y K H S L
Decimal 118 115 9 0 0.03 0.92 0.54 58.35 0.86 0.25
Hex 76 73 9 0 3 5C 36 3A 56 19
Octal 166 163 11 0 3 134 66 72 126 31
Binary 1110110 1110011 1001 0 11 1011100 110110 111010 1010110 11001

Color Harmonies of #767309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767309

Black with #767309

Text Example


Text Example

White with #767309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767309; }

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

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

background-color css

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

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

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

border-color css

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

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

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