Html Css Color HEX #758650 Finch

📋 copy color: '#758650'

red 117 ◦ green 134 ◦ blue 80

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

Shades of Finch #758650

Tints of Finch #758650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 35.35%
G = 40.48%
B = 24.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#758650 (or 0x758650) is known color: Finch. HEX triplet: 75, 86 and 50. RGB value is (117,134,80). Sum of RGB (Red+Green+Blue) = 117+134+80=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #758650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758650 is #8A79AF. Grayscale: #7A7A7A. Windows color (decimal): -9075120 or 5277301. OLE color: 5277301.

HSL color Cylindrical-coordinate representation of color #758650: hue angle of 78.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #758650 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 134 80 -
CMYK 0.13 0 0.40 0.47
HSL 78.89º 0.25% 0.42% -
HSV(B) 78.89º 0.4% 0.53% -
XYZ 17.31 21.41 10.81 -
YUV 122.76 103.87 123.89 -
System Red Green Blue C M Y K H S L
Decimal 117 134 80 0.13 0 0.40 0.47 78.89 0.25 0.42
Hex 75 86 50 D 0 28 2F 4F 19 2A
Octal 165 206 120 15 0 50 57 117 31 52
Binary 1110101 10000110 1010000 1101 0 101000 101111 1001111 11001 101010

Color Harmonies of #758650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758650

Black with #758650

Text Example


Text Example

White with #758650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758650; }

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

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

background-color css

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

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

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

border-color css

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

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

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