Html Css Color HEX #68A319 Christi

📋 copy color: '#68A319'

red 104 ◦ green 163 ◦ blue 25

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

Shades of Christi #68A319

Tints of Christi #68A319

RGB

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

 GREEN value IS 163 (64.06% from 255) = 55.82%

 BLUE value IS 25 (10.16% from 255) = 8.56%

R = 35.62%
G = 55.82%
B = 8.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#68A319 (or 0x68A319) is known color: Christi. HEX triplet: 68, A3 and 19. RGB value is (104,163,25). Sum of RGB (Red+Green+Blue) = 104+163+25=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #68A319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A319 is #975CE6. Grayscale: #828282. Windows color (decimal): -9919719 or 1680232. OLE color: 1680232.

HSL color Cylindrical-coordinate representation of color #68A319: hue angle of 85.65º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68A319 is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 163 25 -
CMYK 0.36 0 0.85 0.36
HSL 85.65º 0.73% 0.37% -
HSV(B) 85.65º 0.85% 0.64% -
XYZ 18.98 29.21 5.56 -
YUV 129.63 68.95 109.72 -
System Red Green Blue C M Y K H S L
Decimal 104 163 25 0.36 0 0.85 0.36 85.65 0.73 0.37
Hex 68 A3 19 24 0 55 24 56 49 25
Octal 150 243 31 44 0 125 44 126 111 45
Binary 1101000 10100011 11001 100100 0 1010101 100100 1010110 1001001 100101

Color Harmonies of #68A319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A319

Black with #68A319

Text Example


Text Example

White with #68A319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,163,25); }

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

background-color css

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

 a { background-color: rgb(104,163,25); }

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

border-color css

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

 span { border-color: rgb(104,163,25); }

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