Html Css Color HEX #767103 Olive

📋 copy color: '#767103'

red 118 ◦ green 113 ◦ blue 3

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

Shades of Olive #767103

Tints of Olive #767103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 50.43%
G = 48.29%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#767103 (or 0x767103) is known color: Olive. HEX triplet: 76, 71 and 03. RGB value is (118,113,3). Sum of RGB (Red+Green+Blue) = 118+113+3=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #767103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767103 is #898EFC. Grayscale: #666666. Windows color (decimal): -9015037 or 225654. OLE color: 225654.

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

Color convert

RGB 118 113 3 -
CMYK 0 0.04 0.97 0.54
HSL 57.39º 0.95% 0.24% -
HSV(B) 57.39º 0.97% 0.46% -
XYZ 13.39 15.67 2.4 -
YUV 101.96 72.16 139.44 -
System Red Green Blue C M Y K H S L
Decimal 118 113 3 0 0.04 0.97 0.54 57.39 0.95 0.24
Hex 76 71 3 0 4 61 36 39 5F 18
Octal 166 161 3 0 4 141 66 71 137 30
Binary 1110110 1110001 11 0 100 1100001 110110 111001 1011111 11000

Color Harmonies of #767103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767103

Black with #767103

Text Example


Text Example

White with #767103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767103; }

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

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

background-color css

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

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

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

border-color css

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

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

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