Html Css Color HEX #658C8C Juniper

📋 copy color: '#658C8C'

red 101 ◦ green 140 ◦ blue 140

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

Shades of Juniper #658C8C

Tints of Juniper #658C8C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.75%

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

R = 26.51%
G = 36.75%
B = 36.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#658C8C (or 0x658C8C) is known color: Juniper. HEX triplet: 65, 8C and 8C. RGB value is (101,140,140). Sum of RGB (Red+Green+Blue) = 101+140+140=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 140 - color contains mainly: green, blue. Hex color #658C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658C8C is #9A7373. Grayscale: #808080. Windows color (decimal): -10122100 or 9210981. OLE color: 9210981.

HSL color Cylindrical-coordinate representation of color #658C8C: hue angle of 180º degrees, saturation: 0.16, 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 #658C8C is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 140 140 -
CMYK 0.28 0 0 0.45
HSL 180º 0.16% 0.47% -
HSV(B) 180º 0.28% 0.55% -
XYZ 19.48 23.42 28.3 -
YUV 128.34 134.58 108.5 -
System Red Green Blue C M Y K H S L
Decimal 101 140 140 0.28 0 0 0.45 180 0.16 0.47
Hex 65 8C 8C 1C 0 0 2D B4 10 2F
Octal 145 214 214 34 0 0 55 264 20 57
Binary 1100101 10001100 10001100 11100 0 0 101101 10110100 10000 101111

Color Harmonies of #658C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658C8C

Black with #658C8C

Text Example


Text Example

White with #658C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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