Html Css Color HEX #6CB310 Christi

📋 copy color: '#6CB310'

red 108 ◦ green 179 ◦ blue 16

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

Shades of Christi #6CB310

Tints of Christi #6CB310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.28%

R = 35.64%
G = 59.08%
B = 5.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#6CB310 (or 0x6CB310) is known color: Christi. HEX triplet: 6C, B3 and 10. RGB value is (108,179,16). Sum of RGB (Red+Green+Blue) = 108+179+16=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB310 is #934CEF. Grayscale: #8B8B8B. Windows color (decimal): -9653488 or 1094508. OLE color: 1094508.

HSL color Cylindrical-coordinate representation of color #6CB310: hue angle of 86.13º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CB310 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 108 179 16 -
CMYK 0.40 0 0.91 0.30
HSL 86.13º 0.84% 0.38% -
HSV(B) 86.13º 0.91% 0.7% -
XYZ 22.4 35.47 6.16 -
YUV 139.19 58.48 105.75 -
System Red Green Blue C M Y K H S L
Decimal 108 179 16 0.40 0 0.91 0.30 86.13 0.84 0.38
Hex 6C B3 10 28 0 5B 1E 56 54 26
Octal 154 263 20 50 0 133 36 126 124 46
Binary 1101100 10110011 10000 101000 0 1011011 11110 1010110 1010100 100110

Color Harmonies of #6CB310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB310

Black with #6CB310

Text Example


Text Example

White with #6CB310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,179,16); }

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

background-color css

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

 a { background-color: rgb(108,179,16); }

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

border-color css

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

 span { border-color: rgb(108,179,16); }

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