Html Css Color HEX #768F90 Juniper

📋 copy color: '#768F90'

red 118 ◦ green 143 ◦ blue 144

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

Shades of Juniper #768F90

Tints of Juniper #768F90

RGB

 RED value IS 118 (46.48% from 255) = 29.14%

 GREEN value IS 143 (56.25% from 255) = 35.31%

 BLUE value IS 144 (56.64% from 255) = 35.56%

R = 29.14%
G = 35.31%
B = 35.56%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#768F90 (or 0x768F90) is known color: Juniper. HEX triplet: 76, 8F and 90. RGB value is (118,143,144). Sum of RGB (Red+Green+Blue) = 118+143+144=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 144 - color contains mainly: blue. Hex color #768F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768F90 is #89706F. Grayscale: #878787. Windows color (decimal): -9007216 or 9473910. OLE color: 9473910.

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

Color convert

RGB 118 143 144 -
CMYK 0.18 0.01 0 0.44
HSL 182.31º 0.1% 0.51% -
HSV(B) 182.31º 0.18% 0.56% -
XYZ 22.33 25.51 30.13 -
YUV 135.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 118 143 144 0.18 0.01 0 0.44 182.31 0.1 0.51
Hex 76 8F 90 12 1 0 2C B6 A 33
Octal 166 217 220 22 1 0 54 266 12 63
Binary 1110110 10001111 10010000 10010 1 0 101100 10110110 1010 110011

Color Harmonies of #768F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768F90

Black with #768F90

Text Example


Text Example

White with #768F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768F90; }

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

 H1.HeaderClassName
 {
   color: #768F90;
 }
 .AnyTagClassName
 {
   color: #768F90;
 }
</style>

background-color css

<style>
 a { background-color: #768F90; }

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

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

border-color css

<style>
 span { border-color: #768F90; }

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

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