Html Css Color HEX #68B401 Christi

📋 copy color: '#68B401'

red 104 ◦ green 180 ◦ blue 1

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

Shades of Christi #68B401

Tints of Christi #68B401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 63.16%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 36.49%
G = 63.16%
B = 0.35%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#68B401 (or 0x68B401) is known color: Christi. HEX triplet: 68, B4 and 01. RGB value is (104,180,1). Sum of RGB (Red+Green+Blue) = 104+180+1=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 180 (70.70% from 255 or 63.16% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 180 - color contains mainly: green. Hex color #68B401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B401 is #974BFE. Grayscale: #898989. Windows color (decimal): -9915391 or 111720. OLE color: 111720.

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

Color convert

RGB 104 180 1 -
CMYK 0.42 0 0.99 0.29
HSL 85.47º 0.99% 0.35% -
HSV(B) 85.47º 0.99% 0.71% -
XYZ 22.04 35.59 5.74 -
YUV 136.87 51.32 104.55 -
System Red Green Blue C M Y K H S L
Decimal 104 180 1 0.42 0 0.99 0.29 85.47 0.99 0.35
Hex 68 B4 1 2A 0 63 1D 55 63 23
Octal 150 264 1 52 0 143 35 125 143 43
Binary 1101000 10110100 1 101010 0 1100011 11101 1010101 1100011 100011

Color Harmonies of #68B401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B401

Black with #68B401

Text Example


Text Example

White with #68B401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,180,1); }

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

background-color css

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

 a { background-color: rgb(104,180,1); }

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

border-color css

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

 span { border-color: rgb(104,180,1); }

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