Html Css Color HEX #658D8C Juniper

📋 copy color: '#658D8C'

red 101 ◦ green 141 ◦ blue 140

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

Shades of Juniper #658D8C

Tints of Juniper #658D8C

RGB

 RED value IS 101 (39.84% from 255) = 26.44%

 GREEN value IS 141 (55.47% from 255) = 36.91%

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 26.44%
G = 36.91%
B = 36.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#658D8C (or 0x658D8C) is known color: Juniper. HEX triplet: 65, 8D and 8C. RGB value is (101,141,140). Sum of RGB (Red+Green+Blue) = 101+141+140=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 141 - color contains mainly: green. Hex color #658D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658D8C is #9A7273. Grayscale: #808080. Windows color (decimal): -10121844 or 9211237. OLE color: 9211237.

HSL color Cylindrical-coordinate representation of color #658D8C: hue angle of 178.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #658D8C is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 141 140 -
CMYK 0.28 0 0.01 0.45
HSL 178.5º 0.17% 0.47% -
HSV(B) 178.5º 0.28% 0.55% -
XYZ 19.63 23.71 28.35 -
YUV 128.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 101 141 140 0.28 0 0.01 0.45 178.5 0.17 0.47
Hex 65 8D 8C 1C 0 1 2D B2 11 2F
Octal 145 215 214 34 0 1 55 262 21 57
Binary 1100101 10001101 10001100 11100 0 1 101101 10110010 10001 101111

Color Harmonies of #658D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658D8C

Black with #658D8C

Text Example


Text Example

White with #658D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658D8C; }

 p { color: rgb(101,141,140); }

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

background-color css

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

 a { background-color: rgb(101,141,140); }

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

border-color css

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

 span { border-color: rgb(101,141,140); }

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