Html Css Color HEX #68B020 Christi

📋 copy color: '#68B020'

red 104 ◦ green 176 ◦ blue 32

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

Shades of Christi #68B020

Tints of Christi #68B020

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.41%

 BLUE value IS 32 (12.89% from 255) = 10.26%

R = 33.33%
G = 56.41%
B = 10.26%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#68B020 (or 0x68B020) is known color: Christi. HEX triplet: 68, B0 and 20. RGB value is (104,176,32). Sum of RGB (Red+Green+Blue) = 104+176+32=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 176 (69.14% from 255 or 56.41% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 176 - color contains mainly: green. Hex color #68B020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68B020 is #974FDF. Grayscale: #8A8A8A. Windows color (decimal): -9916384 or 2142312. OLE color: 2142312.

HSL color Cylindrical-coordinate representation of color #68B020: hue angle of 90º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68B020 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 176 32 -
CMYK 0.41 0 0.82 0.31
HSL 90º 0.69% 0.41% -
HSV(B) 90º 0.82% 0.69% -
XYZ 21.49 34.1 6.82 -
YUV 138.06 68.15 103.71 -
System Red Green Blue C M Y K H S L
Decimal 104 176 32 0.41 0 0.82 0.31 90 0.69 0.41
Hex 68 B0 20 29 0 52 1F 5A 45 29
Octal 150 260 40 51 0 122 37 132 105 51
Binary 1101000 10110000 100000 101001 0 1010010 11111 1011010 1000101 101001

Color Harmonies of #68B020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B020

Black with #68B020

Text Example


Text Example

White with #68B020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,176,32); }

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

background-color css

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

 a { background-color: rgb(104,176,32); }

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

border-color css

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

 span { border-color: rgb(104,176,32); }

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