Html Css Color HEX #1D766B Deep Sea

📋 copy color: '#1D766B'

red 29 ◦ green 118 ◦ blue 107

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

Shades of Deep Sea #1D766B

Tints of Deep Sea #1D766B

RGB

 RED value IS 29 (11.72% from 255) = 11.42%

 GREEN value IS 118 (46.48% from 255) = 46.46%

 BLUE value IS 107 (42.19% from 255) = 42.13%

R = 11.42%
G = 46.46%
B = 42.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#1D766B (or 0x1D766B) is known color: Deep Sea. HEX triplet: 1D, 76 and 6B. RGB value is (29,118,107). Sum of RGB (Red+Green+Blue) = 29+118+107=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #1D766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D766B is #E28994. Grayscale: #5A5A5A. Windows color (decimal): -14846357 or 7042589. OLE color: 7042589.

HSL color Cylindrical-coordinate representation of color #1D766B: hue angle of 172.58º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D766B is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 118 107 -
CMYK 0.75 0 0.09 0.54
HSL 172.58º 0.61% 0.29% -
HSV(B) 172.58º 0.75% 0.46% -
XYZ 9.64 14.28 16.16 -
YUV 90.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 29 118 107 0.75 0 0.09 0.54 172.58 0.61 0.29
Hex 1D 76 6B 4B 0 9 36 AD 3D 1D
Octal 35 166 153 113 0 11 66 255 75 35
Binary 11101 1110110 1101011 1001011 0 1001 110110 10101101 111101 11101

Color Harmonies of #1D766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D766B

Black with #1D766B

Text Example


Text Example

White with #1D766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D766B; }

 p { color: rgb(29,118,107); }

 H1.HeaderClassName
 {
   color: #1D766B;
 }
 .AnyTagClassName
 {
   color: #1D766B;
 }
</style>

background-color css

<style>
 a { background-color: #1D766B; }

 a { background-color: rgb(29,118,107); }

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

border-color css

<style>
 span { border-color: #1D766B; }

 span { border-color: rgb(29,118,107); }

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