Html Css Color HEX #758346 Finch

📋 copy color: '#758346'

red 117 ◦ green 131 ◦ blue 70

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

Shades of Finch #758346

Tints of Finch #758346

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.19%

 BLUE value IS 70 (27.73% from 255) = 22.01%

R = 36.79%
G = 41.19%
B = 22.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#758346 (or 0x758346) is known color: Finch. HEX triplet: 75, 83 and 46. RGB value is (117,131,70). Sum of RGB (Red+Green+Blue) = 117+131+70=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #758346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758346 is #8A7CB9. Grayscale: #787878. Windows color (decimal): -9075898 or 4621173. OLE color: 4621173.

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

Color convert

RGB 117 131 70 -
CMYK 0.11 0 0.47 0.49
HSL 73.77º 0.3% 0.39% -
HSV(B) 73.77º 0.47% 0.51% -
XYZ 16.56 20.46 8.87 -
YUV 119.86 99.86 125.96 -
System Red Green Blue C M Y K H S L
Decimal 117 131 70 0.11 0 0.47 0.49 73.77 0.3 0.39
Hex 75 83 46 B 0 2F 31 4A 1E 27
Octal 165 203 106 13 0 57 61 112 36 47
Binary 1110101 10000011 1000110 1011 0 101111 110001 1001010 11110 100111

Color Harmonies of #758346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758346

Black with #758346

Text Example


Text Example

White with #758346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758346; }

 p { color: rgb(117,131,70); }

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

background-color css

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

 a { background-color: rgb(117,131,70); }

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

border-color css

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

 span { border-color: rgb(117,131,70); }

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