Html Css Color HEX #767203 Olive

📋 copy color: '#767203'

red 118 ◦ green 114 ◦ blue 3

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

Shades of Olive #767203

Tints of Olive #767203

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.51%

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

R = 50.21%
G = 48.51%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#767203 (or 0x767203) is known color: Olive. HEX triplet: 76, 72 and 03. RGB value is (118,114,3). Sum of RGB (Red+Green+Blue) = 118+114+3=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #767203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767203 is #898DFC. Grayscale: #666666. Windows color (decimal): -9014781 or 225910. OLE color: 225910.

HSL color Cylindrical-coordinate representation of color #767203: hue angle of 57.91º 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 #767203 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 114 3 -
CMYK 0 0.03 0.97 0.54
HSL 57.91º 0.95% 0.24% -
HSV(B) 57.91º 0.97% 0.46% -
XYZ 13.5 15.89 2.44 -
YUV 102.54 71.83 139.03 -
System Red Green Blue C M Y K H S L
Decimal 118 114 3 0 0.03 0.97 0.54 57.91 0.95 0.24
Hex 76 72 3 0 3 61 36 3A 5F 18
Octal 166 162 3 0 3 141 66 72 137 30
Binary 1110110 1110010 11 0 11 1100001 110110 111010 1011111 11000

Color Harmonies of #767203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767203

Black with #767203

Text Example


Text Example

White with #767203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767203; }

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

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

background-color css

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

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

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

border-color css

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

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

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