Html Css Color HEX #1B775B Deep Sea

📋 copy color: '#1B775B'

red 27 ◦ green 119 ◦ blue 91

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

Shades of Deep Sea #1B775B

Tints of Deep Sea #1B775B

RGB

 RED value IS 27 (10.94% from 255) = 11.39%

 GREEN value IS 119 (46.88% from 255) = 50.21%

 BLUE value IS 91 (35.94% from 255) = 38.4%

R = 11.39%
G = 50.21%
B = 38.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#1B775B (or 0x1B775B) is known color: Deep Sea. HEX triplet: 1B, 77 and 5B. RGB value is (27,119,91). Sum of RGB (Red+Green+Blue) = 27+119+91=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #1B775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B775B is #E488A4. Grayscale: #585858. Windows color (decimal): -14977189 or 5994267. OLE color: 5994267.

HSL color Cylindrical-coordinate representation of color #1B775B: hue angle of 161.74º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B775B is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 27 119 91 -
CMYK 0.77 0 0.24 0.53
HSL 161.74º 0.63% 0.29% -
HSV(B) 161.74º 0.77% 0.47% -
XYZ 8.94 14.18 12.16 -
YUV 88.3 129.52 84.28 -
System Red Green Blue C M Y K H S L
Decimal 27 119 91 0.77 0 0.24 0.53 161.74 0.63 0.29
Hex 1B 77 5B 4D 0 18 35 A2 3F 1D
Octal 33 167 133 115 0 30 65 242 77 35
Binary 11011 1110111 1011011 1001101 0 11000 110101 10100010 111111 11101

Color Harmonies of #1B775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B775B

Black with #1B775B

Text Example


Text Example

White with #1B775B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,119,91); }

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

background-color css

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

 a { background-color: rgb(27,119,91); }

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

border-color css

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

 span { border-color: rgb(27,119,91); }

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