Html Css Color HEX #767005 Olive

📋 copy color: '#767005'

red 118 ◦ green 112 ◦ blue 5

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

Shades of Olive #767005

Tints of Olive #767005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.66%

 BLUE value IS 5 (2.34% from 255) = 2.13%

R = 50.21%
G = 47.66%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#767005 (or 0x767005) is known color: Olive. HEX triplet: 76, 70 and 05. RGB value is (118,112,5). Sum of RGB (Red+Green+Blue) = 118+112+5=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #767005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767005 is #898FFA. Grayscale: #666666. Windows color (decimal): -9015291 or 356470. OLE color: 356470.

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

Color convert

RGB 118 112 5 -
CMYK 0 0.05 0.96 0.54
HSL 56.81º 0.92% 0.24% -
HSV(B) 56.81º 0.96% 0.46% -
XYZ 13.29 15.45 2.43 -
YUV 101.6 73.49 139.7 -
System Red Green Blue C M Y K H S L
Decimal 118 112 5 0 0.05 0.96 0.54 56.81 0.92 0.24
Hex 76 70 5 0 5 60 36 39 5C 18
Octal 166 160 5 0 5 140 66 71 134 30
Binary 1110110 1110000 101 0 101 1100000 110110 111001 1011100 11000

Color Harmonies of #767005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767005

Black with #767005

Text Example


Text Example

White with #767005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767005; }

 p { color: rgb(118,112,5); }

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

background-color css

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

 a { background-color: rgb(118,112,5); }

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

border-color css

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

 span { border-color: rgb(118,112,5); }

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