Html Css Color HEX #267D6F Elm

📋 copy color: '#267D6F'

red 38 ◦ green 125 ◦ blue 111

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

Shades of Elm #267D6F

Tints of Elm #267D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.51%

R = 13.87%
G = 45.62%
B = 40.51%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#267D6F (or 0x267D6F) is known color: Elm. HEX triplet: 26, 7D and 6F. RGB value is (38,125,111). Sum of RGB (Red+Green+Blue) = 38+125+111=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #267D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267D6F is #D98290. Grayscale: #616161. Windows color (decimal): -14254737 or 7306534. OLE color: 7306534.

HSL color Cylindrical-coordinate representation of color #267D6F: hue angle of 170.34º 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 #267D6F is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 125 111 -
CMYK 0.70 0 0.11 0.51
HSL 170.34º 0.53% 0.32% -
HSV(B) 170.34º 0.7% 0.49% -
XYZ 11 16.23 17.59 -
YUV 97.39 135.68 85.64 -
System Red Green Blue C M Y K H S L
Decimal 38 125 111 0.70 0 0.11 0.51 170.34 0.53 0.32
Hex 26 7D 6F 46 0 B 33 AA 35 20
Octal 46 175 157 106 0 13 63 252 65 40
Binary 100110 1111101 1101111 1000110 0 1011 110011 10101010 110101 100000

Color Harmonies of #267D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267D6F

Black with #267D6F

Text Example


Text Example

White with #267D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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