Html Css Color HEX #68AD1B Christi

📋 copy color: '#68AD1B'

red 104 ◦ green 173 ◦ blue 27

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

Shades of Christi #68AD1B

Tints of Christi #68AD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.88%

R = 34.21%
G = 56.91%
B = 8.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#68AD1B (or 0x68AD1B) is known color: Christi. HEX triplet: 68, AD and 1B. RGB value is (104,173,27). Sum of RGB (Red+Green+Blue) = 104+173+27=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AD1B is #9752E4. Grayscale: #888888. Windows color (decimal): -9917157 or 1813864. OLE color: 1813864.

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

Color convert

RGB 104 173 27 -
CMYK 0.40 0 0.84 0.32
HSL 88.36º 0.73% 0.39% -
HSV(B) 88.36º 0.84% 0.68% -
XYZ 20.85 32.91 6.29 -
YUV 135.73 66.64 105.37 -
System Red Green Blue C M Y K H S L
Decimal 104 173 27 0.40 0 0.84 0.32 88.36 0.73 0.39
Hex 68 AD 1B 28 0 54 20 58 49 27
Octal 150 255 33 50 0 124 40 130 111 47
Binary 1101000 10101101 11011 101000 0 1010100 100000 1011000 1001001 100111

Color Harmonies of #68AD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AD1B

Black with #68AD1B

Text Example


Text Example

White with #68AD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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