Html Css Color HEX #269968 Eucalyptus

📋 copy color: '#269968'

red 38 ◦ green 153 ◦ blue 104

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

Shades of Eucalyptus #269968

Tints of Eucalyptus #269968

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.86%

 BLUE value IS 104 (41.02% from 255) = 35.25%

R = 12.88%
G = 51.86%
B = 35.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#269968 (or 0x269968) is known color: Eucalyptus. HEX triplet: 26, 99 and 68. RGB value is (38,153,104). Sum of RGB (Red+Green+Blue) = 38+153+104=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #269968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269968 is #D96697. Grayscale: #717171. Windows color (decimal): -14247576 or 6854950. OLE color: 6854950.

HSL color Cylindrical-coordinate representation of color #269968: hue angle of 154.43º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269968 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 153 104 -
CMYK 0.75 0 0.32 0.4
HSL 154.43º 0.6% 0.37% -
HSV(B) 154.43º 0.75% 0.6% -
XYZ 14.69 24.19 16.99 -
YUV 113.03 122.9 74.48 -
System Red Green Blue C M Y K H S L
Decimal 38 153 104 0.75 0 0.32 0.4 154.43 0.6 0.37
Hex 26 99 68 4B 0 20 28 9A 3C 25
Octal 46 231 150 113 0 40 50 232 74 45
Binary 100110 10011001 1101000 1001011 0 100000 101000 10011010 111100 100101

Color Harmonies of #269968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269968

Black with #269968

Text Example


Text Example

White with #269968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269968; }

 p { color: rgb(38,153,104); }

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

background-color css

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

 a { background-color: rgb(38,153,104); }

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

border-color css

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

 span { border-color: rgb(38,153,104); }

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