Html Css Color HEX #757423 Olivetone

📋 copy color: '#757423'

red 117 ◦ green 116 ◦ blue 35

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

Shades of Olivetone #757423

Tints of Olivetone #757423

RGB

 RED value IS 117 (46.09% from 255) = 43.66%

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

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

R = 43.66%
G = 43.28%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#757423 (or 0x757423) is known color: Olivetone. HEX triplet: 75, 74 and 23. RGB value is (117,116,35). Sum of RGB (Red+Green+Blue) = 117+116+35=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #757423 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757423 is #8A8BDC. Grayscale: #6B6B6B. Windows color (decimal): -9079773 or 2323573. OLE color: 2323573.

HSL color Cylindrical-coordinate representation of color #757423: hue angle of 59.27º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #757423 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 35 -
CMYK 0 0.01 0.70 0.54
HSL 59.27º 0.54% 0.3% -
HSV(B) 59.27º 0.7% 0.46% -
XYZ 13.88 16.39 4.02 -
YUV 107.07 87.33 135.09 -
System Red Green Blue C M Y K H S L
Decimal 117 116 35 0 0.01 0.70 0.54 59.27 0.54 0.3
Hex 75 74 23 0 1 46 36 3B 36 1E
Octal 165 164 43 0 1 106 66 73 66 36
Binary 1110101 1110100 100011 0 1 1000110 110110 111011 110110 11110

Color Harmonies of #757423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757423

Black with #757423

Text Example


Text Example

White with #757423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757423; }

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

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

background-color css

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

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

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

border-color css

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

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

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