Html Css Color HEX #767507 Olive

📋 copy color: '#767507'

red 118 ◦ green 117 ◦ blue 7

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

Shades of Olive #767507

Tints of Olive #767507

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.35%

 BLUE value IS 7 (3.13% from 255) = 2.89%

R = 48.76%
G = 48.35%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#767507 (or 0x767507) is known color: Olive. HEX triplet: 76, 75 and 07. RGB value is (118,117,7). Sum of RGB (Red+Green+Blue) = 118+117+7=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #767507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767507 is #898AF8. Grayscale: #696969. Windows color (decimal): -9014009 or 488822. OLE color: 488822.

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

Color convert

RGB 118 117 7 -
CMYK 0 0.01 0.94 0.54
HSL 59.46º 0.89% 0.25% -
HSV(B) 59.46º 0.94% 0.46% -
XYZ 13.87 16.59 2.67 -
YUV 104.76 72.83 137.44 -
System Red Green Blue C M Y K H S L
Decimal 118 117 7 0 0.01 0.94 0.54 59.46 0.89 0.25
Hex 76 75 7 0 1 5E 36 3B 59 19
Octal 166 165 7 0 1 136 66 73 131 31
Binary 1110110 1110101 111 0 1 1011110 110110 111011 1011001 11001

Color Harmonies of #767507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767507

Black with #767507

Text Example


Text Example

White with #767507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767507; }

 p { color: rgb(118,117,7); }

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

background-color css

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

 a { background-color: rgb(118,117,7); }

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

border-color css

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

 span { border-color: rgb(118,117,7); }

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