Html Css Color HEX #76780F Olive

📋 copy color: '#76780F'

red 118 ◦ green 120 ◦ blue 15

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

Shades of Olive #76780F

Tints of Olive #76780F

RGB

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

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

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

R = 46.64%
G = 47.43%
B = 5.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#76780F (or 0x76780F) is known color: Olive. HEX triplet: 76, 78 and 0F. RGB value is (118,120,15). Sum of RGB (Red+Green+Blue) = 118+120+15=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #76780F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76780F is #8987F0. Grayscale: #6B6B6B. Windows color (decimal): -9013233 or 1013878. OLE color: 1013878.

HSL color Cylindrical-coordinate representation of color #76780F: hue angle of 61.14º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76780F is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 120 15 -
CMYK 0.02 0 0.87 0.53
HSL 61.14º 0.78% 0.26% -
HSV(B) 61.14º 0.88% 0.47% -
XYZ 14.27 17.32 3.04 -
YUV 107.43 75.84 135.54 -
System Red Green Blue C M Y K H S L
Decimal 118 120 15 0.02 0 0.87 0.53 61.14 0.78 0.26
Hex 76 78 F 2 0 57 35 3D 4E 1A
Octal 166 170 17 2 0 127 65 75 116 32
Binary 1110110 1111000 1111 10 0 1010111 110101 111101 1001110 11010

Color Harmonies of #76780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76780F

Black with #76780F

Text Example


Text Example

White with #76780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76780F; }

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

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

background-color css

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

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

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

border-color css

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

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

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