Html Css Color HEX #758144 Finch

📋 copy color: '#758144'

red 117 ◦ green 129 ◦ blue 68

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

Shades of Finch #758144

Tints of Finch #758144

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.08%

 BLUE value IS 68 (26.95% from 255) = 21.66%

R = 37.26%
G = 41.08%
B = 21.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#758144 (or 0x758144) is known color: Finch. HEX triplet: 75, 81 and 44. RGB value is (117,129,68). Sum of RGB (Red+Green+Blue) = 117+129+68=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #758144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758144 is #8A7EBB. Grayscale: #767676. Windows color (decimal): -9076412 or 4489589. OLE color: 4489589.

HSL color Cylindrical-coordinate representation of color #758144: hue angle of 71.8º 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 #758144 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 129 68 -
CMYK 0.09 0 0.47 0.49
HSL 71.8º 0.31% 0.39% -
HSV(B) 71.8º 0.47% 0.51% -
XYZ 16.23 19.9 8.45 -
YUV 118.46 99.52 126.96 -
System Red Green Blue C M Y K H S L
Decimal 117 129 68 0.09 0 0.47 0.49 71.8 0.31 0.39
Hex 75 81 44 9 0 2F 31 48 1F 27
Octal 165 201 104 11 0 57 61 110 37 47
Binary 1110101 10000001 1000100 1001 0 101111 110001 1001000 11111 100111

Color Harmonies of #758144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758144

Black with #758144

Text Example


Text Example

White with #758144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758144; }

 p { color: rgb(117,129,68); }

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

background-color css

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

 a { background-color: rgb(117,129,68); }

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

border-color css

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

 span { border-color: rgb(117,129,68); }

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