Html Css Color HEX #6CB013 Christi

📋 copy color: '#6CB013'

red 108 ◦ green 176 ◦ blue 19

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

Shades of Christi #6CB013

Tints of Christi #6CB013

RGB

 RED value IS 108 (42.58% from 255) = 35.64%

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

 BLUE value IS 19 (7.81% from 255) = 6.27%

R = 35.64%
G = 58.09%
B = 6.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#6CB013 (or 0x6CB013) is known color: Christi. HEX triplet: 6C, B0 and 13. RGB value is (108,176,19). Sum of RGB (Red+Green+Blue) = 108+176+19=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 176 (69.14% from 255 or 58.09% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CB013 is #934FEC. Grayscale: #8A8A8A. Windows color (decimal): -9654253 or 1290348. OLE color: 1290348.

HSL color Cylindrical-coordinate representation of color #6CB013: hue angle of 85.99º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6CB013 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 176 19 -
CMYK 0.39 0 0.89 0.31
HSL 85.99º 0.81% 0.38% -
HSV(B) 85.99º 0.89% 0.69% -
XYZ 21.83 34.29 6.08 -
YUV 137.77 60.97 106.77 -
System Red Green Blue C M Y K H S L
Decimal 108 176 19 0.39 0 0.89 0.31 85.99 0.81 0.38
Hex 6C B0 13 27 0 59 1F 56 51 26
Octal 154 260 23 47 0 131 37 126 121 46
Binary 1101100 10110000 10011 100111 0 1011001 11111 1010110 1010001 100110

Color Harmonies of #6CB013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB013

Black with #6CB013

Text Example


Text Example

White with #6CB013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CB013; }

 p { color: rgb(108,176,19); }

 H1.HeaderClassName
 {
   color: #6CB013;
 }
 .AnyTagClassName
 {
   color: #6CB013;
 }
</style>

background-color css

<style>
 a { background-color: #6CB013; }

 a { background-color: rgb(108,176,19); }

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

border-color css

<style>
 span { border-color: #6CB013; }

 span { border-color: rgb(108,176,19); }

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