Html Css Color HEX #7F7814 Olive

📋 copy color: '#7F7814'

red 127 ◦ green 120 ◦ blue 20

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

Shades of Olive #7F7814

Tints of Olive #7F7814

RGB

 RED value IS 127 (50% from 255) = 47.57%

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

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 47.57%
G = 44.94%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#7F7814 (or 0x7F7814) is known color: Olive. HEX triplet: 7F, 78 and 14. RGB value is (127,120,20). Sum of RGB (Red+Green+Blue) = 127+120+20=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7814 is #8087EB. Grayscale: #6F6F6F. Windows color (decimal): -8423404 or 1341567. OLE color: 1341567.

HSL color Cylindrical-coordinate representation of color #7F7814: hue angle of 56.07º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F7814 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 120 20 -
CMYK 0 0.06 0.84 0.50
HSL 56.07º 0.73% 0.29% -
HSV(B) 56.07º 0.84% 0.5% -
XYZ 15.6 18 3.31 -
YUV 110.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 127 120 20 0 0.06 0.84 0.50 56.07 0.73 0.29
Hex 7F 78 14 0 6 54 32 38 49 1D
Octal 177 170 24 0 6 124 62 70 111 35
Binary 1111111 1111000 10100 0 110 1010100 110010 111000 1001001 11101

Color Harmonies of #7F7814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7814

Black with #7F7814

Text Example


Text Example

White with #7F7814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F7814; }

 p { color: rgb(127,120,20); }

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

background-color css

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

 a { background-color: rgb(127,120,20); }

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

border-color css

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

 span { border-color: rgb(127,120,20); }

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