Html Css Color HEX #767803 Olive

📋 copy color: '#767803'

red 118 ◦ green 120 ◦ blue 3

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

Shades of Olive #767803

Tints of Olive #767803

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.79%

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

R = 48.96%
G = 49.79%
B = 1.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#767803 (or 0x767803) is known color: Olive. HEX triplet: 76, 78 and 03. RGB value is (118,120,3). Sum of RGB (Red+Green+Blue) = 118+120+3=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #767803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767803 is #8987FC. Grayscale: #6A6A6A. Windows color (decimal): -9013245 or 227446. OLE color: 227446.

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

Color convert

RGB 118 120 3 -
CMYK 0.02 0 0.98 0.53
HSL 61.03º 0.95% 0.24% -
HSV(B) 61.03º 0.98% 0.47% -
XYZ 14.2 17.29 2.68 -
YUV 106.06 69.84 136.51 -
System Red Green Blue C M Y K H S L
Decimal 118 120 3 0.02 0 0.98 0.53 61.03 0.95 0.24
Hex 76 78 3 2 0 62 35 3D 5F 18
Octal 166 170 3 2 0 142 65 75 137 30
Binary 1110110 1111000 11 10 0 1100010 110101 111101 1011111 11000

Color Harmonies of #767803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767803

Black with #767803

Text Example


Text Example

White with #767803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767803; }

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

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

background-color css

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

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

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

border-color css

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

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

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