Html Css Color HEX #267B74 Elm

📋 copy color: '#267B74'

red 38 ◦ green 123 ◦ blue 116

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

Shades of Elm #267B74

Tints of Elm #267B74

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.4%

 BLUE value IS 116 (45.7% from 255) = 41.88%

R = 13.72%
G = 44.4%
B = 41.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#267B74 (or 0x267B74) is known color: Elm. HEX triplet: 26, 7B and 74. RGB value is (38,123,116). Sum of RGB (Red+Green+Blue) = 38+123+116=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 123 - color contains mainly: green. Hex color #267B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267B74 is #D9848B. Grayscale: #606060. Windows color (decimal): -14255244 or 7633702. OLE color: 7633702.

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

Color convert

RGB 38 123 116 -
CMYK 0.69 0 0.06 0.52
HSL 175.06º 0.53% 0.32% -
HSV(B) 175.06º 0.69% 0.48% -
XYZ 11.03 15.84 19 -
YUV 96.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 38 123 116 0.69 0 0.06 0.52 175.06 0.53 0.32
Hex 26 7B 74 45 0 6 34 AF 35 20
Octal 46 173 164 105 0 6 64 257 65 40
Binary 100110 1111011 1110100 1000101 0 110 110100 10101111 110101 100000

Color Harmonies of #267B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267B74

Black with #267B74

Text Example


Text Example

White with #267B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,123,116); }

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

background-color css

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

 a { background-color: rgb(38,123,116); }

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

border-color css

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

 span { border-color: rgb(38,123,116); }

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