Html Css Color HEX #68B616 Christi

📋 copy color: '#68B616'

red 104 ◦ green 182 ◦ blue 22

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

Shades of Christi #68B616

Tints of Christi #68B616

RGB

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

 GREEN value IS 182 (71.48% from 255) = 59.09%

 BLUE value IS 22 (8.98% from 255) = 7.14%

R = 33.77%
G = 59.09%
B = 7.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#68B616 (or 0x68B616) is known color: Christi. HEX triplet: 68, B6 and 16. RGB value is (104,182,22). Sum of RGB (Red+Green+Blue) = 104+182+22=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 182 (71.48% from 255 or 59.09% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 182 - color contains mainly: green. Hex color #68B616 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B616 is #9749E9. Grayscale: #8C8C8C. Windows color (decimal): -9914858 or 1488488. OLE color: 1488488.

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

Color convert

RGB 104 182 22 -
CMYK 0.43 0 0.88 0.29
HSL 89.25º 0.78% 0.4% -
HSV(B) 89.25º 0.88% 0.71% -
XYZ 22.58 36.46 6.61 -
YUV 140.44 61.16 102.01 -
System Red Green Blue C M Y K H S L
Decimal 104 182 22 0.43 0 0.88 0.29 89.25 0.78 0.4
Hex 68 B6 16 2B 0 58 1D 59 4E 28
Octal 150 266 26 53 0 130 35 131 116 50
Binary 1101000 10110110 10110 101011 0 1011000 11101 1011001 1001110 101000

Color Harmonies of #68B616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B616

Black with #68B616

Text Example


Text Example

White with #68B616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,182,22); }

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

background-color css

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

 a { background-color: rgb(104,182,22); }

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

border-color css

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

 span { border-color: rgb(104,182,22); }

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