Html Css Color HEX #787E0F Olive

📋 copy color: '#787E0F'

red 120 ◦ green 126 ◦ blue 15

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

Shades of Olive #787E0F

Tints of Olive #787E0F

RGB

 RED value IS 120 (47.27% from 255) = 45.98%

 GREEN value IS 126 (49.61% from 255) = 48.28%

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

R = 45.98%
G = 48.28%
B = 5.75%

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

#787E0F (or 0x787E0F) is known color: Olive. HEX triplet: 78, 7E and 0F. RGB value is (120,126,15). Sum of RGB (Red+Green+Blue) = 120+126+15=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 126 (49.61% from 255 or 48.28% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 126 - color contains mainly: green. Hex color #787E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787E0F is #8781F0. Grayscale: #6F6F6F. Windows color (decimal): -8880625 or 1015416. OLE color: 1015416.

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

Color convert

RGB 120 126 15 -
CMYK 0.05 0 0.88 0.51
HSL 63.24º 0.79% 0.28% -
HSV(B) 63.24º 0.88% 0.49% -
XYZ 15.29 18.95 3.3 -
YUV 111.55 73.51 134.03 -
System Red Green Blue C M Y K H S L
Decimal 120 126 15 0.05 0 0.88 0.51 63.24 0.79 0.28
Hex 78 7E F 5 0 58 33 3F 4F 1C
Octal 170 176 17 5 0 130 63 77 117 34
Binary 1111000 1111110 1111 101 0 1011000 110011 111111 1001111 11100

Color Harmonies of #787E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787E0F

Black with #787E0F

Text Example


Text Example

White with #787E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787E0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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