Html Css Color HEX #64928F Juniper

📋 copy color: '#64928F'

red 100 ◦ green 146 ◦ blue 143

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

Shades of Juniper #64928F

Tints of Juniper #64928F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.53%

 BLUE value IS 143 (56.25% from 255) = 36.76%

R = 25.71%
G = 37.53%
B = 36.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#64928F (or 0x64928F) is known color: Juniper. HEX triplet: 64, 92 and 8F. RGB value is (100,146,143). Sum of RGB (Red+Green+Blue) = 100+146+143=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 146 - color contains mainly: green. Hex color #64928F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64928F is #9B6D70. Grayscale: #838383. Windows color (decimal): -10186097 or 9409124. OLE color: 9409124.

HSL color Cylindrical-coordinate representation of color #64928F: hue angle of 176.09º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64928F is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 146 143 -
CMYK 0.32 0 0.02 0.43
HSL 176.09º 0.19% 0.48% -
HSV(B) 176.09º 0.32% 0.57% -
XYZ 20.49 25.25 29.78 -
YUV 131.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 100 146 143 0.32 0 0.02 0.43 176.09 0.19 0.48
Hex 64 92 8F 20 0 2 2B B0 13 30
Octal 144 222 217 40 0 2 53 260 23 60
Binary 1100100 10010010 10001111 100000 0 10 101011 10110000 10011 110000

Color Harmonies of #64928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64928F

Black with #64928F

Text Example


Text Example

White with #64928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64928F; }

 p { color: rgb(100,146,143); }

 H1.HeaderClassName
 {
   color: #64928F;
 }
 .AnyTagClassName
 {
   color: #64928F;
 }
</style>

background-color css

<style>
 a { background-color: #64928F; }

 a { background-color: rgb(100,146,143); }

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

border-color css

<style>
 span { border-color: #64928F; }

 span { border-color: rgb(100,146,143); }

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