Html Css Color HEX #757945 Finch

📋 copy color: '#757945'

red 117 ◦ green 121 ◦ blue 69

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

Shades of Finch #757945

Tints of Finch #757945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.48%

R = 38.11%
G = 39.41%
B = 22.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#757945 (or 0x757945) is known color: Finch. HEX triplet: 75, 79 and 45. RGB value is (117,121,69). Sum of RGB (Red+Green+Blue) = 117+121+69=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 121 - color contains mainly: green. Hex color #757945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757945 is #8A86BA. Grayscale: #727272. Windows color (decimal): -9078459 or 4553077. OLE color: 4553077.

HSL color Cylindrical-coordinate representation of color #757945: hue angle of 64.62º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #757945 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 121 69 -
CMYK 0.03 0 0.43 0.53
HSL 64.62º 0.27% 0.37% -
HSV(B) 64.62º 0.43% 0.47% -
XYZ 15.25 17.89 8.28 -
YUV 113.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 117 121 69 0.03 0 0.43 0.53 64.62 0.27 0.37
Hex 75 79 45 3 0 2B 35 41 1B 25
Octal 165 171 105 3 0 53 65 101 33 45
Binary 1110101 1111001 1000101 11 0 101011 110101 1000001 11011 100101

Color Harmonies of #757945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757945

Black with #757945

Text Example


Text Example

White with #757945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757945; }

 p { color: rgb(117,121,69); }

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

background-color css

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

 a { background-color: rgb(117,121,69); }

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

border-color css

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

 span { border-color: rgb(117,121,69); }

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