Html Css Color HEX #64908E Juniper

📋 copy color: '#64908E'

red 100 ◦ green 144 ◦ blue 142

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

Shades of Juniper #64908E

Tints of Juniper #64908E

RGB

 RED value IS 100 (39.45% from 255) = 25.91%

 GREEN value IS 144 (56.64% from 255) = 37.31%

 BLUE value IS 142 (55.86% from 255) = 36.79%

R = 25.91%
G = 37.31%
B = 36.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#64908E (or 0x64908E) is known color: Juniper. HEX triplet: 64, 90 and 8E. RGB value is (100,144,142). Sum of RGB (Red+Green+Blue) = 100+144+142=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #64908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64908E is #9B6F71. Grayscale: #828282. Windows color (decimal): -10186610 or 9343076. OLE color: 9343076.

HSL color Cylindrical-coordinate representation of color #64908E: hue angle of 177.27º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64908E is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 144 142 -
CMYK 0.31 0 0.01 0.44
HSL 177.27º 0.18% 0.48% -
HSV(B) 177.27º 0.31% 0.56% -
XYZ 20.11 24.61 29.28 -
YUV 130.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 100 144 142 0.31 0 0.01 0.44 177.27 0.18 0.48
Hex 64 90 8E 1F 0 1 2C B1 12 30
Octal 144 220 216 37 0 1 54 261 22 60
Binary 1100100 10010000 10001110 11111 0 1 101100 10110001 10010 110000

Color Harmonies of #64908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64908E

Black with #64908E

Text Example


Text Example

White with #64908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64908E; }

 p { color: rgb(100,144,142); }

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

background-color css

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

 a { background-color: rgb(100,144,142); }

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

border-color css

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

 span { border-color: rgb(100,144,142); }

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