Html Css Color HEX #74969A Juniper

📋 copy color: '#74969A'

red 116 ◦ green 150 ◦ blue 154

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

Shades of Juniper #74969A

Tints of Juniper #74969A

RGB

 RED value IS 116 (45.7% from 255) = 27.62%

 GREEN value IS 150 (58.98% from 255) = 35.71%

 BLUE value IS 154 (60.55% from 255) = 36.67%

R = 27.62%
G = 35.71%
B = 36.67%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#74969A (or 0x74969A) is known color: Juniper. HEX triplet: 74, 96 and 9A. RGB value is (116,150,154). Sum of RGB (Red+Green+Blue) = 116+150+154=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 154 - color contains mainly: blue. Hex color #74969A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74969A is #8B6965. Grayscale: #8C8C8C. Windows color (decimal): -9136486 or 10131060. OLE color: 10131060.

HSL color Cylindrical-coordinate representation of color #74969A: hue angle of 186.32º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74969A is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 150 154 -
CMYK 0.25 0.03 0 0.40
HSL 186.32º 0.16% 0.53% -
HSV(B) 186.32º 0.25% 0.6% -
XYZ 23.94 27.86 34.69 -
YUV 140.29 135.74 110.67 -
System Red Green Blue C M Y K H S L
Decimal 116 150 154 0.25 0.03 0 0.40 186.32 0.16 0.53
Hex 74 96 9A 19 3 0 28 BA 10 35
Octal 164 226 232 31 3 0 50 272 20 65
Binary 1110100 10010110 10011010 11001 11 0 101000 10111010 10000 110101

Color Harmonies of #74969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74969A

Black with #74969A

Text Example


Text Example

White with #74969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74969A; }

 p { color: rgb(116,150,154); }

 H1.HeaderClassName
 {
   color: #74969A;
 }
 .AnyTagClassName
 {
   color: #74969A;
 }
</style>

background-color css

<style>
 a { background-color: #74969A; }

 a { background-color: rgb(116,150,154); }

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

border-color css

<style>
 span { border-color: #74969A; }

 span { border-color: rgb(116,150,154); }

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