Html Css Color HEX #68B303 Christi

📋 copy color: '#68B303'

red 104 ◦ green 179 ◦ blue 3

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

Shades of Christi #68B303

Tints of Christi #68B303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 36.36%
G = 62.59%
B = 1.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#68B303 (or 0x68B303) is known color: Christi. HEX triplet: 68, B3 and 03. RGB value is (104,179,3). Sum of RGB (Red+Green+Blue) = 104+179+3=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 179 (70.31% from 255 or 62.59% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 179 - color contains mainly: green. Hex color #68B303 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B303 is #974CFC. Grayscale: #898989. Windows color (decimal): -9915645 or 242536. OLE color: 242536.

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

Color convert

RGB 104 179 3 -
CMYK 0.42 0 0.98 0.30
HSL 85.57º 0.97% 0.36% -
HSV(B) 85.57º 0.98% 0.7% -
XYZ 21.85 35.19 5.73 -
YUV 136.51 52.65 104.81 -
System Red Green Blue C M Y K H S L
Decimal 104 179 3 0.42 0 0.98 0.30 85.57 0.97 0.36
Hex 68 B3 3 2A 0 62 1E 56 61 24
Octal 150 263 3 52 0 142 36 126 141 44
Binary 1101000 10110011 11 101010 0 1100010 11110 1010110 1100001 100100

Color Harmonies of #68B303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B303

Black with #68B303

Text Example


Text Example

White with #68B303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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