Html Css Color HEX #267D76 Elm

📋 copy color: '#267D76'

red 38 ◦ green 125 ◦ blue 118

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

Shades of Elm #267D76

Tints of Elm #267D76

RGB

 RED value IS 38 (15.23% from 255) = 13.52%

 GREEN value IS 125 (49.22% from 255) = 44.48%

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 13.52%
G = 44.48%
B = 41.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#267D76 (or 0x267D76) is known color: Elm. HEX triplet: 26, 7D and 76. RGB value is (38,125,118). Sum of RGB (Red+Green+Blue) = 38+125+118=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 125 - color contains mainly: green. Hex color #267D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267D76 is #D98289. Grayscale: #626262. Windows color (decimal): -14254730 or 7765286. OLE color: 7765286.

HSL color Cylindrical-coordinate representation of color #267D76: hue angle of 175.17º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267D76 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 125 118 -
CMYK 0.70 0 0.06 0.51
HSL 175.17º 0.53% 0.32% -
HSV(B) 175.17º 0.7% 0.49% -
XYZ 11.4 16.39 19.7 -
YUV 98.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 38 125 118 0.70 0 0.06 0.51 175.17 0.53 0.32
Hex 26 7D 76 46 0 6 33 AF 35 20
Octal 46 175 166 106 0 6 63 257 65 40
Binary 100110 1111101 1110110 1000110 0 110 110011 10101111 110101 100000

Color Harmonies of #267D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267D76

Black with #267D76

Text Example


Text Example

White with #267D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267D76; }

 p { color: rgb(38,125,118); }

 H1.HeaderClassName
 {
   color: #267D76;
 }
 .AnyTagClassName
 {
   color: #267D76;
 }
</style>

background-color css

<style>
 a { background-color: #267D76; }

 a { background-color: rgb(38,125,118); }

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

border-color css

<style>
 span { border-color: #267D76; }

 span { border-color: rgb(38,125,118); }

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