Html Css Color HEX #68B320 Christi

📋 copy color: '#68B320'

red 104 ◦ green 179 ◦ blue 32

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

Shades of Christi #68B320

Tints of Christi #68B320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.83%

 BLUE value IS 32 (12.89% from 255) = 10.16%

R = 33.02%
G = 56.83%
B = 10.16%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#68B320 (or 0x68B320) is known color: Christi. HEX triplet: 68, B3 and 20. RGB value is (104,179,32). Sum of RGB (Red+Green+Blue) = 104+179+32=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #68B320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B320 is #974CDF. Grayscale: #8C8C8C. Windows color (decimal): -9915616 or 2143080. OLE color: 2143080.

HSL color Cylindrical-coordinate representation of color #68B320: hue angle of 90.61º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68B320 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 179 32 -
CMYK 0.42 0 0.82 0.30
HSL 90.61º 0.7% 0.41% -
HSV(B) 90.61º 0.82% 0.7% -
XYZ 22.09 35.29 7.01 -
YUV 139.82 67.15 102.45 -
System Red Green Blue C M Y K H S L
Decimal 104 179 32 0.42 0 0.82 0.30 90.61 0.7 0.41
Hex 68 B3 20 2A 0 52 1E 5B 46 29
Octal 150 263 40 52 0 122 36 133 106 51
Binary 1101000 10110011 100000 101010 0 1010010 11110 1011011 1000110 101001

Color Harmonies of #68B320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B320

Black with #68B320

Text Example


Text Example

White with #68B320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,179,32); }

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

background-color css

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

 a { background-color: rgb(104,179,32); }

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

border-color css

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

 span { border-color: rgb(104,179,32); }

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