Html Css Color HEX #68AD31 Christi

📋 copy color: '#68AD31'

red 104 ◦ green 173 ◦ blue 49

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

Shades of Christi #68AD31

Tints of Christi #68AD31

RGB

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

 GREEN value IS 173 (67.97% from 255) = 53.07%

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 31.9%
G = 53.07%
B = 15.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#68AD31 (or 0x68AD31) is known color: Christi. HEX triplet: 68, AD and 31. RGB value is (104,173,49). Sum of RGB (Red+Green+Blue) = 104+173+49=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AD31 is #9752CE. Grayscale: #8A8A8A. Windows color (decimal): -9917135 or 3255656. OLE color: 3255656.

HSL color Cylindrical-coordinate representation of color #68AD31: hue angle of 93.39º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68AD31 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 173 49 -
CMYK 0.40 0 0.72 0.32
HSL 93.39º 0.56% 0.44% -
HSV(B) 93.39º 0.72% 0.68% -
XYZ 21.21 33.05 8.17 -
YUV 138.23 77.64 103.58 -
System Red Green Blue C M Y K H S L
Decimal 104 173 49 0.40 0 0.72 0.32 93.39 0.56 0.44
Hex 68 AD 31 28 0 48 20 5D 38 2C
Octal 150 255 61 50 0 110 40 135 70 54
Binary 1101000 10101101 110001 101000 0 1001000 100000 1011101 111000 101100

Color Harmonies of #68AD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AD31

Black with #68AD31

Text Example


Text Example

White with #68AD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,173,49); }

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

background-color css

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

 a { background-color: rgb(104,173,49); }

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

border-color css

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

 span { border-color: rgb(104,173,49); }

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