Html Css Color HEX #78741B Olivetone

📋 copy color: '#78741B'

red 120 ◦ green 116 ◦ blue 27

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

Shades of Olivetone #78741B

Tints of Olivetone #78741B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.11%

 BLUE value IS 27 (10.94% from 255) = 10.27%

R = 45.63%
G = 44.11%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#78741B (or 0x78741B) is known color: Olivetone. HEX triplet: 78, 74 and 1B. RGB value is (120,116,27). Sum of RGB (Red+Green+Blue) = 120+116+27=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78741B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78741B is #878BE4. Grayscale: #6B6B6B. Windows color (decimal): -8883173 or 1799288. OLE color: 1799288.

HSL color Cylindrical-coordinate representation of color #78741B: hue angle of 57.42º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78741B is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 116 27 -
CMYK 0 0.03 0.78 0.53
HSL 57.42º 0.63% 0.29% -
HSV(B) 57.42º 0.78% 0.47% -
XYZ 14.19 16.56 3.49 -
YUV 107.05 82.83 137.24 -
System Red Green Blue C M Y K H S L
Decimal 120 116 27 0 0.03 0.78 0.53 57.42 0.63 0.29
Hex 78 74 1B 0 3 4E 35 39 3F 1D
Octal 170 164 33 0 3 116 65 71 77 35
Binary 1111000 1110100 11011 0 11 1001110 110101 111001 111111 11101

Color Harmonies of #78741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78741B

Black with #78741B

Text Example


Text Example

White with #78741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78741B; }

 p { color: rgb(120,116,27); }

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

background-color css

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

 a { background-color: rgb(120,116,27); }

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

border-color css

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

 span { border-color: rgb(120,116,27); }

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