Html Css Color HEX #68B325 Christi

📋 copy color: '#68B325'

red 104 ◦ green 179 ◦ blue 37

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

Shades of Christi #68B325

Tints of Christi #68B325

RGB

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

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

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

R = 32.5%
G = 55.94%
B = 11.56%

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

#68B325 (or 0x68B325) is known color: Christi. HEX triplet: 68, B3 and 25. RGB value is (104,179,37). Sum of RGB (Red+Green+Blue) = 104+179+37=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #68B325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B325 is #974CDA. Grayscale: #8C8C8C. Windows color (decimal): -9915611 or 2470760. OLE color: 2470760.

HSL color Cylindrical-coordinate representation of color #68B325: hue angle of 91.69º 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 #68B325 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 179 37 -
CMYK 0.42 0 0.79 0.30
HSL 91.69º 0.66% 0.42% -
HSV(B) 91.69º 0.79% 0.7% -
XYZ 22.16 35.32 7.4 -
YUV 140.39 69.65 102.05 -
System Red Green Blue C M Y K H S L
Decimal 104 179 37 0.42 0 0.79 0.30 91.69 0.66 0.42
Hex 68 B3 25 2A 0 4F 1E 5C 42 2A
Octal 150 263 45 52 0 117 36 134 102 52
Binary 1101000 10110011 100101 101010 0 1001111 11110 1011100 1000010 101010

Color Harmonies of #68B325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B325

Black with #68B325

Text Example


Text Example

White with #68B325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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