Html Css Color HEX #767102 Olive

📋 copy color: '#767102'

red 118 ◦ green 113 ◦ blue 2

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

Shades of Olive #767102

Tints of Olive #767102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 50.64%
G = 48.5%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#767102 (or 0x767102) is known color: Olive. HEX triplet: 76, 71 and 02. RGB value is (118,113,2). Sum of RGB (Red+Green+Blue) = 118+113+2=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #767102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767102 is #898EFD. Grayscale: #666666. Windows color (decimal): -9015038 or 160118. OLE color: 160118.

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

Color convert

RGB 118 113 2 -
CMYK 0 0.04 0.98 0.54
HSL 57.41º 0.97% 0.24% -
HSV(B) 57.41º 0.98% 0.46% -
XYZ 13.39 15.67 2.38 -
YUV 101.84 71.66 139.53 -
System Red Green Blue C M Y K H S L
Decimal 118 113 2 0 0.04 0.98 0.54 57.41 0.97 0.24
Hex 76 71 2 0 4 62 36 39 61 18
Octal 166 161 2 0 4 142 66 71 141 30
Binary 1110110 1110001 10 0 100 1100010 110110 111001 1100001 11000

Color Harmonies of #767102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767102

Black with #767102

Text Example


Text Example

White with #767102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767102; }

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

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

background-color css

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

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

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

border-color css

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

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

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