Html Css Color HEX #7AA09B Juniper

📋 copy color: '#7AA09B'

red 122 ◦ green 160 ◦ blue 155

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

Shades of Juniper #7AA09B

Tints of Juniper #7AA09B

RGB

 RED value IS 122 (48.05% from 255) = 27.92%

 GREEN value IS 160 (62.89% from 255) = 36.61%

 BLUE value IS 155 (60.94% from 255) = 35.47%

R = 27.92%
G = 36.61%
B = 35.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#7AA09B (or 0x7AA09B) is known color: Juniper. HEX triplet: 7A, A0 and 9B. RGB value is (122,160,155). Sum of RGB (Red+Green+Blue) = 122+160+155=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA09B is #855F64. Grayscale: #949494. Windows color (decimal): -8740709 or 10199162. OLE color: 10199162.

HSL color Cylindrical-coordinate representation of color #7AA09B: hue angle of 172.11º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7AA09B is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 122 160 155 -
CMYK 0.24 0 0.03 0.37
HSL 172.11º 0.17% 0.55% -
HSV(B) 172.11º 0.24% 0.63% -
XYZ 26.51 31.65 35.72 -
YUV 148.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 122 160 155 0.24 0 0.03 0.37 172.11 0.17 0.55
Hex 7A A0 9B 18 0 3 25 AC 11 37
Octal 172 240 233 30 0 3 45 254 21 67
Binary 1111010 10100000 10011011 11000 0 11 100101 10101100 10001 110111

Color Harmonies of #7AA09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA09B

Black with #7AA09B

Text Example


Text Example

White with #7AA09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AA09B; }

 p { color: rgb(122,160,155); }

 H1.HeaderClassName
 {
   color: #7AA09B;
 }
 .AnyTagClassName
 {
   color: #7AA09B;
 }
</style>

background-color css

<style>
 a { background-color: #7AA09B; }

 a { background-color: rgb(122,160,155); }

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

border-color css

<style>
 span { border-color: #7AA09B; }

 span { border-color: rgb(122,160,155); }

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