Html Css Color HEX #758653 Finch

📋 copy color: '#758653'

red 117 ◦ green 134 ◦ blue 83

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

Shades of Finch #758653

Tints of Finch #758653

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.12%

 BLUE value IS 83 (32.81% from 255) = 24.85%

R = 35.03%
G = 40.12%
B = 24.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#758653 (or 0x758653) is known color: Finch. HEX triplet: 75, 86 and 53. RGB value is (117,134,83). Sum of RGB (Red+Green+Blue) = 117+134+83=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #758653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758653 is #8A79AC. Grayscale: #7B7B7B. Windows color (decimal): -9075117 or 5473909. OLE color: 5473909.

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

Color convert

RGB 117 134 83 -
CMYK 0.13 0 0.38 0.47
HSL 80º 0.24% 0.43% -
HSV(B) 80º 0.38% 0.53% -
XYZ 17.42 21.46 11.41 -
YUV 123.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 117 134 83 0.13 0 0.38 0.47 80 0.24 0.43
Hex 75 86 53 D 0 26 2F 50 18 2B
Octal 165 206 123 15 0 46 57 120 30 53
Binary 1110101 10000110 1010011 1101 0 100110 101111 1010000 11000 101011

Color Harmonies of #758653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758653

Black with #758653

Text Example


Text Example

White with #758653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758653; }

 p { color: rgb(117,134,83); }

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

background-color css

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

 a { background-color: rgb(117,134,83); }

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

border-color css

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

 span { border-color: rgb(117,134,83); }

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