Html Css Color HEX #68AB14 Christi

📋 copy color: '#68AB14'

red 104 ◦ green 171 ◦ blue 20

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

Shades of Christi #68AB14

Tints of Christi #68AB14

RGB

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

 GREEN value IS 171 (67.19% from 255) = 57.97%

 BLUE value IS 20 (8.2% from 255) = 6.78%

R = 35.25%
G = 57.97%
B = 6.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#68AB14 (or 0x68AB14) is known color: Christi. HEX triplet: 68, AB and 14. RGB value is (104,171,20). Sum of RGB (Red+Green+Blue) = 104+171+20=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AB14 is #9754EB. Grayscale: #868686. Windows color (decimal): -9917676 or 1354600. OLE color: 1354600.

HSL color Cylindrical-coordinate representation of color #68AB14: hue angle of 86.62º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68AB14 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 171 20 -
CMYK 0.39 0 0.88 0.33
HSL 86.62º 0.79% 0.37% -
HSV(B) 86.62º 0.88% 0.67% -
XYZ 20.4 32.12 5.79 -
YUV 133.75 63.8 106.78 -
System Red Green Blue C M Y K H S L
Decimal 104 171 20 0.39 0 0.88 0.33 86.62 0.79 0.37
Hex 68 AB 14 27 0 58 21 57 4F 25
Octal 150 253 24 47 0 130 41 127 117 45
Binary 1101000 10101011 10100 100111 0 1011000 100001 1010111 1001111 100101

Color Harmonies of #68AB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AB14

Black with #68AB14

Text Example


Text Example

White with #68AB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,171,20); }

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

background-color css

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

 a { background-color: rgb(104,171,20); }

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

border-color css

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

 span { border-color: rgb(104,171,20); }

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