Html Css Color HEX #267C6F Elm

📋 copy color: '#267C6F'

red 38 ◦ green 124 ◦ blue 111

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

Shades of Elm #267C6F

Tints of Elm #267C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.42%

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

R = 13.92%
G = 45.42%
B = 40.66%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#267C6F (or 0x267C6F) is known color: Elm. HEX triplet: 26, 7C and 6F. RGB value is (38,124,111). Sum of RGB (Red+Green+Blue) = 38+124+111=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #267C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267C6F is #D98390. Grayscale: #606060. Windows color (decimal): -14254993 or 7306278. OLE color: 7306278.

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

Color convert

RGB 38 124 111 -
CMYK 0.69 0 0.10 0.51
HSL 170.93º 0.53% 0.32% -
HSV(B) 170.93º 0.69% 0.49% -
XYZ 10.88 15.98 17.55 -
YUV 96.8 136.01 86.06 -
System Red Green Blue C M Y K H S L
Decimal 38 124 111 0.69 0 0.10 0.51 170.93 0.53 0.32
Hex 26 7C 6F 45 0 A 33 AB 35 20
Octal 46 174 157 105 0 12 63 253 65 40
Binary 100110 1111100 1101111 1000101 0 1010 110011 10101011 110101 100000

Color Harmonies of #267C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267C6F

Black with #267C6F

Text Example


Text Example

White with #267C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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