Html Css Color HEX #129068 Elf Green

📋 copy color: '#129068'

red 18 ◦ green 144 ◦ blue 104

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

Shades of Elf Green #129068

Tints of Elf Green #129068

RGB

 RED value IS 18 (7.42% from 255) = 6.77%

 GREEN value IS 144 (56.64% from 255) = 54.14%

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

R = 6.77%
G = 54.14%
B = 39.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#129068 (or 0x129068) is known color: Elf Green. HEX triplet: 12, 90 and 68. RGB value is (18,144,104). Sum of RGB (Red+Green+Blue) = 18+144+104=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #129068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129068 is #ED6F97. Grayscale: #656565. Windows color (decimal): -15560600 or 6852626. OLE color: 6852626.

HSL color Cylindrical-coordinate representation of color #129068: hue angle of 160.95º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129068 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 144 104 -
CMYK 0.88 0 0.28 0.44
HSL 160.95º 0.78% 0.32% -
HSV(B) 160.95º 0.88% 0.56% -
XYZ 12.72 21.07 16.49 -
YUV 101.77 129.26 68.25 -
System Red Green Blue C M Y K H S L
Decimal 18 144 104 0.88 0 0.28 0.44 160.95 0.78 0.32
Hex 12 90 68 58 0 1C 2C A1 4E 20
Octal 22 220 150 130 0 34 54 241 116 40
Binary 10010 10010000 1101000 1011000 0 11100 101100 10100001 1001110 100000

Color Harmonies of #129068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129068

Black with #129068

Text Example


Text Example

White with #129068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129068; }

 p { color: rgb(18,144,104); }

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

background-color css

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

 a { background-color: rgb(18,144,104); }

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

border-color css

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

 span { border-color: rgb(18,144,104); }

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