Html Css Color HEX #758245 Finch

📋 copy color: '#758245'

red 117 ◦ green 130 ◦ blue 69

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

Shades of Finch #758245

Tints of Finch #758245

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.14%

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

R = 37.03%
G = 41.14%
B = 21.84%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#758245 (or 0x758245) is known color: Finch. HEX triplet: 75, 82 and 45. RGB value is (117,130,69). Sum of RGB (Red+Green+Blue) = 117+130+69=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #758245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758245 is #8A7DBA. Grayscale: #777777. Windows color (decimal): -9076155 or 4555381. OLE color: 4555381.

HSL color Cylindrical-coordinate representation of color #758245: hue angle of 72.79º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #758245 is Cyan = 0.1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 69 -
CMYK 0.1 0 0.47 0.49
HSL 72.79º 0.31% 0.39% -
HSV(B) 72.79º 0.47% 0.51% -
XYZ 16.39 20.18 8.66 -
YUV 119.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 117 130 69 0.1 0 0.47 0.49 72.79 0.31 0.39
Hex 75 82 45 A 0 2F 31 49 1F 27
Octal 165 202 105 12 0 57 61 111 37 47
Binary 1110101 10000010 1000101 1010 0 101111 110001 1001001 11111 100111

Color Harmonies of #758245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758245

Black with #758245

Text Example


Text Example

White with #758245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758245; }

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

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

background-color css

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

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

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

border-color css

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

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

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