Html Css Color HEX #60795A Finlandia

📋 copy color: '#60795A'

red 96 ◦ green 121 ◦ blue 90

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

Shades of Finlandia #60795A

Tints of Finlandia #60795A

RGB

 RED value IS 96 (37.89% from 255) = 31.27%

 GREEN value IS 121 (47.66% from 255) = 39.41%

 BLUE value IS 90 (35.55% from 255) = 29.32%

R = 31.27%
G = 39.41%
B = 29.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#60795A (or 0x60795A) is known color: Finlandia. HEX triplet: 60, 79 and 5A. RGB value is (96,121,90). Sum of RGB (Red+Green+Blue) = 96+121+90=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 121 - color contains mainly: green. Hex color #60795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60795A is #9F86A5. Grayscale: #6E6E6E. Windows color (decimal): -10454694 or 5929312. OLE color: 5929312.

HSL color Cylindrical-coordinate representation of color #60795A: hue angle of 108.39º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60795A is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 121 90 -
CMYK 0.21 0 0.26 0.53
HSL 108.39º 0.15% 0.41% -
HSV(B) 108.39º 0.26% 0.47% -
XYZ 13.51 16.9 12.22 -
YUV 109.99 116.72 118.02 -
System Red Green Blue C M Y K H S L
Decimal 96 121 90 0.21 0 0.26 0.53 108.39 0.15 0.41
Hex 60 79 5A 15 0 1A 35 6C F 29
Octal 140 171 132 25 0 32 65 154 17 51
Binary 1100000 1111001 1011010 10101 0 11010 110101 1101100 1111 101001

Color Harmonies of #60795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60795A

Black with #60795A

Text Example


Text Example

White with #60795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60795A; }

 p { color: rgb(96,121,90); }

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

background-color css

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

 a { background-color: rgb(96,121,90); }

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

border-color css

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

 span { border-color: rgb(96,121,90); }

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