Html Css Color HEX #607B5A Finlandia

📋 copy color: '#607B5A'

red 96 ◦ green 123 ◦ blue 90

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

Shades of Finlandia #607B5A

Tints of Finlandia #607B5A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.81%

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

R = 31.07%
G = 39.81%
B = 29.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.52

RGB Variations

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

Color information

#607B5A (or 0x607B5A) is known color: Finlandia. HEX triplet: 60, 7B and 5A. RGB value is (96,123,90). Sum of RGB (Red+Green+Blue) = 96+123+90=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 123 - color contains mainly: green. Hex color #607B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B5A is #9F84A5. Grayscale: #6F6F6F. Windows color (decimal): -10454182 or 5929824. OLE color: 5929824.

HSL color Cylindrical-coordinate representation of color #607B5A: hue angle of 109.09º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #607B5A is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 123 90 -
CMYK 0.22 0 0.27 0.52
HSL 109.09º 0.15% 0.42% -
HSV(B) 109.09º 0.27% 0.48% -
XYZ 13.75 17.39 12.3 -
YUV 111.17 116.05 117.18 -
System Red Green Blue C M Y K H S L
Decimal 96 123 90 0.22 0 0.27 0.52 109.09 0.15 0.42
Hex 60 7B 5A 16 0 1B 34 6D F 2A
Octal 140 173 132 26 0 33 64 155 17 52
Binary 1100000 1111011 1011010 10110 0 11011 110100 1101101 1111 101010

Color Harmonies of #607B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607B5A

Black with #607B5A

Text Example


Text Example

White with #607B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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