Html Css Color HEX #747923 Olivetone

📋 copy color: '#747923'

red 116 ◦ green 121 ◦ blue 35

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

Shades of Olivetone #747923

Tints of Olivetone #747923

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.49%

 BLUE value IS 35 (14.06% from 255) = 12.87%

R = 42.65%
G = 44.49%
B = 12.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#747923 (or 0x747923) is known color: Olivetone. HEX triplet: 74, 79 and 23. RGB value is (116,121,35). Sum of RGB (Red+Green+Blue) = 116+121+35=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #747923 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747923 is #8B86DC. Grayscale: #6E6E6E. Windows color (decimal): -9144029 or 2324852. OLE color: 2324852.

HSL color Cylindrical-coordinate representation of color #747923: hue angle of 63.49º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #747923 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 121 35 -
CMYK 0.04 0 0.71 0.53
HSL 63.49º 0.55% 0.31% -
HSV(B) 63.49º 0.71% 0.47% -
XYZ 14.34 17.51 4.21 -
YUV 109.7 85.84 132.49 -
System Red Green Blue C M Y K H S L
Decimal 116 121 35 0.04 0 0.71 0.53 63.49 0.55 0.31
Hex 74 79 23 4 0 47 35 3F 37 1F
Octal 164 171 43 4 0 107 65 77 67 37
Binary 1110100 1111001 100011 100 0 1000111 110101 111111 110111 11111

Color Harmonies of #747923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747923

Black with #747923

Text Example


Text Example

White with #747923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747923; }

 p { color: rgb(116,121,35); }

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

background-color css

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

 a { background-color: rgb(116,121,35); }

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

border-color css

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

 span { border-color: rgb(116,121,35); }

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