Html Css Color HEX #7D969B Submarine

📋 copy color: '#7D969B'

red 125 ◦ green 150 ◦ blue 155

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

Shades of Submarine #7D969B

Tints of Submarine #7D969B

RGB

 RED value IS 125 (49.22% from 255) = 29.07%

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

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

R = 29.07%
G = 34.88%
B = 36.05%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D969B (or 0x7D969B) is known color: Submarine. HEX triplet: 7D, 96 and 9B. RGB value is (125,150,155). Sum of RGB (Red+Green+Blue) = 125+150+155=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D969B is #826964. Grayscale: #8F8F8F. Windows color (decimal): -8546661 or 10196605. OLE color: 10196605.

HSL color Cylindrical-coordinate representation of color #7D969B: hue angle of 190º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D969B is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 150 155 -
CMYK 0.19 0.03 0 0.39
HSL 190º 0.13% 0.55% -
HSV(B) 190º 0.19% 0.61% -
XYZ 25.28 28.54 35.19 -
YUV 143.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 125 150 155 0.19 0.03 0 0.39 190 0.13 0.55
Hex 7D 96 9B 13 3 0 27 BE D 37
Octal 175 226 233 23 3 0 47 276 15 67
Binary 1111101 10010110 10011011 10011 11 0 100111 10111110 1101 110111

Color Harmonies of #7D969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D969B

Black with #7D969B

Text Example


Text Example

White with #7D969B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,150,155); }

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

background-color css

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

 a { background-color: rgb(125,150,155); }

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

border-color css

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

 span { border-color: rgb(125,150,155); }

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