Html Css Color HEX #74781B Olivetone

📋 copy color: '#74781B'

red 116 ◦ green 120 ◦ blue 27

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

Shades of Olivetone #74781B

Tints of Olivetone #74781B

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #74781B: hue angle of 62.58º 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 #74781B is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 120 27 -
CMYK 0.03 0 0.78 0.53
HSL 62.58º 0.63% 0.29% -
HSV(B) 62.58º 0.78% 0.47% -
XYZ 14.12 17.23 3.62 -
YUV 108.2 82.17 133.56 -
System Red Green Blue C M Y K H S L
Decimal 116 120 27 0.03 0 0.78 0.53 62.58 0.63 0.29
Hex 74 78 1B 3 0 4E 35 3F 3F 1D
Octal 164 170 33 3 0 116 65 77 77 35
Binary 1110100 1111000 11011 11 0 1001110 110101 111111 111111 11101

Color Harmonies of #74781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74781B

Black with #74781B

Text Example


Text Example

White with #74781B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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