Html Css Color HEX #269769 Eucalyptus

📋 copy color: '#269769'

red 38 ◦ green 151 ◦ blue 105

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

Shades of Eucalyptus #269769

Tints of Eucalyptus #269769

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.36%

 BLUE value IS 105 (41.41% from 255) = 35.71%

R = 12.93%
G = 51.36%
B = 35.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#269769 (or 0x269769) is known color: Eucalyptus. HEX triplet: 26, 97 and 69. RGB value is (38,151,105). Sum of RGB (Red+Green+Blue) = 38+151+105=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #269769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269769 is #D96896. Grayscale: #707070. Windows color (decimal): -14248087 or 6919974. OLE color: 6919974.

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

Color convert

RGB 38 151 105 -
CMYK 0.75 0 0.30 0.41
HSL 155.58º 0.6% 0.37% -
HSV(B) 155.58º 0.75% 0.59% -
XYZ 14.42 23.57 17.15 -
YUV 111.97 124.06 75.24 -
System Red Green Blue C M Y K H S L
Decimal 38 151 105 0.75 0 0.30 0.41 155.58 0.6 0.37
Hex 26 97 69 4B 0 1E 29 9C 3C 25
Octal 46 227 151 113 0 36 51 234 74 45
Binary 100110 10010111 1101001 1001011 0 11110 101001 10011100 111100 100101

Color Harmonies of #269769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269769

Black with #269769

Text Example


Text Example

White with #269769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269769; }

 p { color: rgb(38,151,105); }

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

background-color css

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

 a { background-color: rgb(38,151,105); }

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

border-color css

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

 span { border-color: rgb(38,151,105); }

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