Html Css Color HEX #787101 Olive

📋 copy color: '#787101'

red 120 ◦ green 113 ◦ blue 1

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

Shades of Olive #787101

Tints of Olive #787101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.29%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 51.28%
G = 48.29%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#787101 (or 0x787101) is known color: Olive. HEX triplet: 78, 71 and 01. RGB value is (120,113,1). Sum of RGB (Red+Green+Blue) = 120+113+1=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #787101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787101 is #878EFE. Grayscale: #666666. Windows color (decimal): -8883967 or 94584. OLE color: 94584.

HSL color Cylindrical-coordinate representation of color #787101: hue angle of 56.47º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #787101 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 113 1 -
CMYK 0 0.06 0.99 0.53
HSL 56.47º 0.98% 0.24% -
HSV(B) 56.47º 0.99% 0.47% -
XYZ 13.66 15.81 2.36 -
YUV 102.33 70.82 140.61 -
System Red Green Blue C M Y K H S L
Decimal 120 113 1 0 0.06 0.99 0.53 56.47 0.98 0.24
Hex 78 71 1 0 6 63 35 38 62 18
Octal 170 161 1 0 6 143 65 70 142 30
Binary 1111000 1110001 1 0 110 1100011 110101 111000 1100010 11000

Color Harmonies of #787101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787101

Black with #787101

Text Example


Text Example

White with #787101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787101; }

 p { color: rgb(120,113,1); }

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

background-color css

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

 a { background-color: rgb(120,113,1); }

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

border-color css

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

 span { border-color: rgb(120,113,1); }

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