Html Css Color HEX #767C0F Olive

📋 copy color: '#767C0F'

red 118 ◦ green 124 ◦ blue 15

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

Shades of Olive #767C0F

Tints of Olive #767C0F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.25%

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 45.91%
G = 48.25%
B = 5.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#767C0F (or 0x767C0F) is known color: Olive. HEX triplet: 76, 7C and 0F. RGB value is (118,124,15). Sum of RGB (Red+Green+Blue) = 118+124+15=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #767C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767C0F is #8983F0. Grayscale: #6E6E6E. Windows color (decimal): -9012209 or 1014902. OLE color: 1014902.

HSL color Cylindrical-coordinate representation of color #767C0F: hue angle of 63.3º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #767C0F is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 124 15 -
CMYK 0.05 0 0.88 0.51
HSL 63.3º 0.78% 0.27% -
HSV(B) 63.3º 0.88% 0.49% -
XYZ 14.77 18.3 3.21 -
YUV 109.78 74.51 133.86 -
System Red Green Blue C M Y K H S L
Decimal 118 124 15 0.05 0 0.88 0.51 63.3 0.78 0.27
Hex 76 7C F 5 0 58 33 3F 4E 1B
Octal 166 174 17 5 0 130 63 77 116 33
Binary 1110110 1111100 1111 101 0 1011000 110011 111111 1001110 11011

Color Harmonies of #767C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C0F

Black with #767C0F

Text Example


Text Example

White with #767C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767C0F; }

 p { color: rgb(118,124,15); }

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

background-color css

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

 a { background-color: rgb(118,124,15); }

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

border-color css

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

 span { border-color: rgb(118,124,15); }

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