Html Css Color HEX #68B300 Christi

📋 copy color: '#68B300'

red 104 ◦ green 179 ◦ blue 0

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

Shades of Christi #68B300

Tints of Christi #68B300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.75%
G = 63.25%
B = 0%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#68B300 (or 0x68B300) is known color: Christi. HEX triplet: 68, B3 and 00. RGB value is (104,179,0). Sum of RGB (Red+Green+Blue) = 104+179+0=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 179 (70.31% from 255 or 63.25% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 179 - color contains mainly: green. Hex color #68B300 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B300 is #974CFF. Grayscale: #888888. Windows color (decimal): -9915648 or 45928. OLE color: 45928.

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

Color convert

RGB 104 179 0 -
CMYK 0.42 0 1 0.30
HSL 85.14º 1% 0.35% -
HSV(B) 85.14º 1% 0.7% -
XYZ 21.83 35.18 5.64 -
YUV 136.17 51.15 105.05 -
System Red Green Blue C M Y K H S L
Decimal 104 179 0 0.42 0 1 0.30 85.14 1 0.35
Hex 68 B3 0 2A 0 64 1E 55 64 23
Octal 150 263 0 52 0 144 36 125 144 43
Binary 1101000 10110011 0 101010 0 1100100 11110 1010101 1100100 100011

Color Harmonies of #68B300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B300

Black with #68B300

Text Example


Text Example

White with #68B300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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