Html Css Color HEX #68B418 Christi

📋 copy color: '#68B418'

red 104 ◦ green 180 ◦ blue 24

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

Shades of Christi #68B418

Tints of Christi #68B418

RGB

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

 GREEN value IS 180 (70.7% from 255) = 58.44%

 BLUE value IS 24 (9.77% from 255) = 7.79%

R = 33.77%
G = 58.44%
B = 7.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#68B418 (or 0x68B418) is known color: Christi. HEX triplet: 68, B4 and 18. RGB value is (104,180,24). Sum of RGB (Red+Green+Blue) = 104+180+24=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #68B418 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B418 is #974BE7. Grayscale: #8C8C8C. Windows color (decimal): -9915368 or 1619048. OLE color: 1619048.

HSL color Cylindrical-coordinate representation of color #68B418: hue angle of 89.23º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68B418 is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 180 24 -
CMYK 0.42 0 0.87 0.29
HSL 89.23º 0.76% 0.4% -
HSV(B) 89.23º 0.87% 0.71% -
XYZ 22.2 35.65 6.58 -
YUV 139.49 62.82 102.68 -
System Red Green Blue C M Y K H S L
Decimal 104 180 24 0.42 0 0.87 0.29 89.23 0.76 0.4
Hex 68 B4 18 2A 0 57 1D 59 4C 28
Octal 150 264 30 52 0 127 35 131 114 50
Binary 1101000 10110100 11000 101010 0 1010111 11101 1011001 1001100 101000

Color Harmonies of #68B418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B418

Black with #68B418

Text Example


Text Example

White with #68B418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,180,24); }

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

background-color css

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

 a { background-color: rgb(104,180,24); }

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

border-color css

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

 span { border-color: rgb(104,180,24); }

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