Html Css Color HEX #68B225 Christi

📋 copy color: '#68B225'

red 104 ◦ green 178 ◦ blue 37

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

Shades of Christi #68B225

Tints of Christi #68B225

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.8%

 BLUE value IS 37 (14.84% from 255) = 11.6%

R = 32.6%
G = 55.8%
B = 11.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#68B225 (or 0x68B225) is known color: Christi. HEX triplet: 68, B2 and 25. RGB value is (104,178,37). Sum of RGB (Red+Green+Blue) = 104+178+37=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #68B225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68B225 is #974DDA. Grayscale: #8C8C8C. Windows color (decimal): -9915867 or 2470504. OLE color: 2470504.

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

Color convert

RGB 104 178 37 -
CMYK 0.42 0 0.79 0.30
HSL 91.49º 0.66% 0.42% -
HSV(B) 91.49º 0.79% 0.7% -
XYZ 21.96 34.92 7.33 -
YUV 139.8 69.98 102.46 -
System Red Green Blue C M Y K H S L
Decimal 104 178 37 0.42 0 0.79 0.30 91.49 0.66 0.42
Hex 68 B2 25 2A 0 4F 1E 5B 42 2A
Octal 150 262 45 52 0 117 36 133 102 52
Binary 1101000 10110010 100101 101010 0 1001111 11110 1011011 1000010 101010

Color Harmonies of #68B225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B225

Black with #68B225

Text Example


Text Example

White with #68B225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,178,37); }

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

background-color css

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

 a { background-color: rgb(104,178,37); }

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

border-color css

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

 span { border-color: rgb(104,178,37); }

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