Html Css Color HEX #68908E Juniper

📋 copy color: '#68908E'

red 104 ◦ green 144 ◦ blue 142

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

Shades of Juniper #68908E

Tints of Juniper #68908E

RGB

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

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

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

R = 26.67%
G = 36.92%
B = 36.41%

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

#68908E (or 0x68908E) is known color: Juniper. HEX triplet: 68, 90 and 8E. RGB value is (104,144,142). Sum of RGB (Red+Green+Blue) = 104+144+142=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 144 - color contains mainly: green. Hex color #68908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68908E is #976F71. Grayscale: #838383. Windows color (decimal): -9924466 or 9343080. OLE color: 9343080.

HSL color Cylindrical-coordinate representation of color #68908E: hue angle of 177º 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 #68908E is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 142 -
CMYK 0.28 0 0.01 0.44
HSL 177º 0.16% 0.49% -
HSV(B) 177º 0.28% 0.56% -
XYZ 20.56 24.84 29.3 -
YUV 131.81 133.75 108.16 -
System Red Green Blue C M Y K H S L
Decimal 104 144 142 0.28 0 0.01 0.44 177 0.16 0.49
Hex 68 90 8E 1C 0 1 2C B1 10 31
Octal 150 220 216 34 0 1 54 261 20 61
Binary 1101000 10010000 10001110 11100 0 1 101100 10110001 10000 110001

Color Harmonies of #68908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68908E

Black with #68908E

Text Example


Text Example

White with #68908E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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