Html Css Color HEX #68A019 Christi

📋 copy color: '#68A019'

red 104 ◦ green 160 ◦ blue 25

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

Shades of Christi #68A019

Tints of Christi #68A019

RGB

 RED value IS 104 (41.02% from 255) = 35.99%

 GREEN value IS 160 (62.89% from 255) = 55.36%

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 35.99%
G = 55.36%
B = 8.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#68A019 (or 0x68A019) is known color: Christi. HEX triplet: 68, A0 and 19. RGB value is (104,160,25). Sum of RGB (Red+Green+Blue) = 104+160+25=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 160 (62.89% from 255 or 55.36% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 160 - color contains mainly: green. Hex color #68A019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A019 is #975FE6. Grayscale: #808080. Windows color (decimal): -9920487 or 1679464. OLE color: 1679464.

HSL color Cylindrical-coordinate representation of color #68A019: hue angle of 84.89º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68A019 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 160 25 -
CMYK 0.35 0 0.84 0.37
HSL 84.89º 0.73% 0.36% -
HSV(B) 84.89º 0.84% 0.63% -
XYZ 18.46 28.15 5.38 -
YUV 127.87 69.95 110.98 -
System Red Green Blue C M Y K H S L
Decimal 104 160 25 0.35 0 0.84 0.37 84.89 0.73 0.36
Hex 68 A0 19 23 0 54 25 55 49 24
Octal 150 240 31 43 0 124 45 125 111 44
Binary 1101000 10100000 11001 100011 0 1010100 100101 1010101 1001001 100100

Color Harmonies of #68A019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A019

Black with #68A019

Text Example


Text Example

White with #68A019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A019; }

 p { color: rgb(104,160,25); }

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

background-color css

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

 a { background-color: rgb(104,160,25); }

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

border-color css

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

 span { border-color: rgb(104,160,25); }

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