Html Css Color HEX #68908F Juniper

📋 copy color: '#68908F'

red 104 ◦ green 144 ◦ blue 143

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

Shades of Juniper #68908F

Tints of Juniper #68908F

RGB

 RED value IS 104 (41.02% from 255) = 26.6%

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

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

R = 26.6%
G = 36.83%
B = 36.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#68908F (or 0x68908F) is known color: Juniper. HEX triplet: 68, 90 and 8F. RGB value is (104,144,143). Sum of RGB (Red+Green+Blue) = 104+144+143=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 144 - color contains mainly: green. Hex color #68908F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68908F is #976F70. Grayscale: #838383. Windows color (decimal): -9924465 or 9408616. OLE color: 9408616.

HSL color Cylindrical-coordinate representation of color #68908F: hue angle of 178.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68908F is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 143 -
CMYK 0.28 0 0.01 0.44
HSL 178.5º 0.16% 0.49% -
HSV(B) 178.5º 0.28% 0.56% -
XYZ 20.64 24.87 29.7 -
YUV 131.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 104 144 143 0.28 0 0.01 0.44 178.5 0.16 0.49
Hex 68 90 8F 1C 0 1 2C B2 10 31
Octal 150 220 217 34 0 1 54 262 20 61
Binary 1101000 10010000 10001111 11100 0 1 101100 10110010 10000 110001

Color Harmonies of #68908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68908F

Black with #68908F

Text Example


Text Example

White with #68908F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,144,143); }

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

background-color css

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

 a { background-color: rgb(104,144,143); }

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

border-color css

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

 span { border-color: rgb(104,144,143); }

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