Html Css Color HEX #1B6B4C Jewel

📋 copy color: '#1B6B4C'

red 27 ◦ green 107 ◦ blue 76

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

Shades of Jewel #1B6B4C

Tints of Jewel #1B6B4C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.95%

 BLUE value IS 76 (30.08% from 255) = 36.19%

R = 12.86%
G = 50.95%
B = 36.19%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#1B6B4C (or 0x1B6B4C) is known color: Jewel. HEX triplet: 1B, 6B and 4C. RGB value is (27,107,76). Sum of RGB (Red+Green+Blue) = 27+107+76=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #1B6B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6B4C is #E494B3. Grayscale: #4F4F4F. Windows color (decimal): -14980276 or 5008155. OLE color: 5008155.

HSL color Cylindrical-coordinate representation of color #1B6B4C: hue angle of 156.75º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6B4C is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 27 107 76 -
CMYK 0.75 0 0.29 0.58
HSL 156.75º 0.6% 0.26% -
HSV(B) 156.75º 0.75% 0.42% -
XYZ 7.01 11.27 8.64 -
YUV 79.55 126 90.52 -
System Red Green Blue C M Y K H S L
Decimal 27 107 76 0.75 0 0.29 0.58 156.75 0.6 0.26
Hex 1B 6B 4C 4B 0 1D 3A 9D 3C 1A
Octal 33 153 114 113 0 35 72 235 74 32
Binary 11011 1101011 1001100 1001011 0 11101 111010 10011101 111100 11010

Color Harmonies of #1B6B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6B4C

Black with #1B6B4C

Text Example


Text Example

White with #1B6B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,107,76); }

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

background-color css

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

 a { background-color: rgb(27,107,76); }

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

border-color css

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

 span { border-color: rgb(27,107,76); }

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