Html Css Color HEX #757725 Olivetone

📋 copy color: '#757725'

red 117 ◦ green 119 ◦ blue 37

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

Shades of Olivetone #757725

Tints of Olivetone #757725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.59%

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 42.86%
G = 43.59%
B = 13.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#757725 (or 0x757725) is known color: Olivetone. HEX triplet: 75, 77 and 25. RGB value is (117,119,37). Sum of RGB (Red+Green+Blue) = 117+119+37=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #757725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757725 is #8A88DA. Grayscale: #6D6D6D. Windows color (decimal): -9079003 or 2455413. OLE color: 2455413.

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

Color convert

RGB 117 119 37 -
CMYK 0.02 0 0.69 0.53
HSL 61.46º 0.53% 0.31% -
HSV(B) 61.46º 0.69% 0.47% -
XYZ 14.27 17.11 4.3 -
YUV 109.05 87.34 133.67 -
System Red Green Blue C M Y K H S L
Decimal 117 119 37 0.02 0 0.69 0.53 61.46 0.53 0.31
Hex 75 77 25 2 0 45 35 3D 35 1F
Octal 165 167 45 2 0 105 65 75 65 37
Binary 1110101 1110111 100101 10 0 1000101 110101 111101 110101 11111

Color Harmonies of #757725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757725

Black with #757725

Text Example


Text Example

White with #757725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757725; }

 p { color: rgb(117,119,37); }

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

background-color css

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

 a { background-color: rgb(117,119,37); }

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

border-color css

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

 span { border-color: rgb(117,119,37); }

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