Html Css Color HEX #767101 Olive

📋 copy color: '#767101'

red 118 ◦ green 113 ◦ blue 1

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

Shades of Olive #767101

Tints of Olive #767101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.71%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 50.86%
G = 48.71%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#767101 (or 0x767101) is known color: Olive. HEX triplet: 76, 71 and 01. RGB value is (118,113,1). Sum of RGB (Red+Green+Blue) = 118+113+1=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #767101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767101 is #898EFE. Grayscale: #666666. Windows color (decimal): -9015039 or 94582. OLE color: 94582.

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

Color convert

RGB 118 113 1 -
CMYK 0 0.04 0.99 0.54
HSL 57.44º 0.98% 0.23% -
HSV(B) 57.44º 0.99% 0.46% -
XYZ 13.38 15.66 2.35 -
YUV 101.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 118 113 1 0 0.04 0.99 0.54 57.44 0.98 0.23
Hex 76 71 1 0 4 63 36 39 62 17
Octal 166 161 1 0 4 143 66 71 142 27
Binary 1110110 1110001 1 0 100 1100011 110110 111001 1100010 10111

Color Harmonies of #767101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767101

Black with #767101

Text Example


Text Example

White with #767101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767101; }

 p { color: rgb(118,113,1); }

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

background-color css

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

 a { background-color: rgb(118,113,1); }

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

border-color css

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

 span { border-color: rgb(118,113,1); }

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