Html Css Color HEX #767701 Olive

📋 copy color: '#767701'

red 118 ◦ green 119 ◦ blue 1

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

Shades of Olive #767701

Tints of Olive #767701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50%

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

R = 49.58%
G = 50%
B = 0.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#767701 (or 0x767701) is known color: Olive. HEX triplet: 76, 77 and 01. RGB value is (118,119,1). Sum of RGB (Red+Green+Blue) = 118+119+1=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #767701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767701 is #8988FE. Grayscale: #696969. Windows color (decimal): -9013503 or 96118. OLE color: 96118.

HSL color Cylindrical-coordinate representation of color #767701: hue angle of 60.51º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #767701 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 119 1 -
CMYK 0.01 0 0.99 0.53
HSL 60.51º 0.98% 0.24% -
HSV(B) 60.51º 0.99% 0.47% -
XYZ 14.07 17.05 2.58 -
YUV 105.25 69.17 137.09 -
System Red Green Blue C M Y K H S L
Decimal 118 119 1 0.01 0 0.99 0.53 60.51 0.98 0.24
Hex 76 77 1 1 0 63 35 3D 62 18
Octal 166 167 1 1 0 143 65 75 142 30
Binary 1110110 1110111 1 1 0 1100011 110101 111101 1100010 11000

Color Harmonies of #767701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767701

Black with #767701

Text Example


Text Example

White with #767701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767701; }

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

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

background-color css

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

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

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

border-color css

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

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

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