Html Css Color HEX #7BA69D Gulf Stream

📋 copy color: '#7BA69D'

red 123 ◦ green 166 ◦ blue 157

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

Shades of Gulf Stream #7BA69D

Tints of Gulf Stream #7BA69D

RGB

 RED value IS 123 (48.44% from 255) = 27.58%

 GREEN value IS 166 (65.23% from 255) = 37.22%

 BLUE value IS 157 (61.72% from 255) = 35.2%

R = 27.58%
G = 37.22%
B = 35.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#7BA69D (or 0x7BA69D) is known color: Gulf Stream. HEX triplet: 7B, A6 and 9D. RGB value is (123,166,157). Sum of RGB (Red+Green+Blue) = 123+166+157=446 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.58% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA69D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA69D is #845962. Grayscale: #989898. Windows color (decimal): -8673635 or 10331771. OLE color: 10331771.

HSL color Cylindrical-coordinate representation of color #7BA69D: hue angle of 167.44º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7BA69D is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 123 166 157 -
CMYK 0.26 0 0.05 0.35
HSL 167.44º 0.19% 0.57% -
HSV(B) 167.44º 0.26% 0.65% -
XYZ 27.89 33.92 36.98 -
YUV 152.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 123 166 157 0.26 0 0.05 0.35 167.44 0.19 0.57
Hex 7B A6 9D 1A 0 5 23 A7 13 39
Octal 173 246 235 32 0 5 43 247 23 71
Binary 1111011 10100110 10011101 11010 0 101 100011 10100111 10011 111001

Color Harmonies of #7BA69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA69D

Black with #7BA69D

Text Example


Text Example

White with #7BA69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,166,157); }

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

background-color css

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

 a { background-color: rgb(123,166,157); }

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

border-color css

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

 span { border-color: rgb(123,166,157); }

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