Html Css Color HEX #6CA001 Christi

📋 copy color: '#6CA001'

red 108 ◦ green 160 ◦ blue 1

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

Shades of Christi #6CA001

Tints of Christi #6CA001

RGB

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

 GREEN value IS 160 (62.89% from 255) = 59.48%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 40.15%
G = 59.48%
B = 0.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#6CA001 (or 0x6CA001) is known color: Christi. HEX triplet: 6C, A0 and 01. RGB value is (108,160,1). Sum of RGB (Red+Green+Blue) = 108+160+1=269 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.15% from 269); Green value is 160 (62.89% from 255 or 59.48% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA001 is #935FFE. Grayscale: #7E7E7E. Windows color (decimal): -9658367 or 106604. OLE color: 106604.

HSL color Cylindrical-coordinate representation of color #6CA001: hue angle of 79.62º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6CA001 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 108 160 1 -
CMYK 0.32 0 0.99 0.37
HSL 79.62º 0.99% 0.32% -
HSV(B) 79.62º 0.99% 0.63% -
XYZ 18.76 28.33 4.51 -
YUV 126.33 57.27 114.93 -
System Red Green Blue C M Y K H S L
Decimal 108 160 1 0.32 0 0.99 0.37 79.62 0.99 0.32
Hex 6C A0 1 20 0 63 25 50 63 20
Octal 154 240 1 40 0 143 45 120 143 40
Binary 1101100 10100000 1 100000 0 1100011 100101 1010000 1100011 100000

Color Harmonies of #6CA001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA001

Black with #6CA001

Text Example


Text Example

White with #6CA001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,160,1); }

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

background-color css

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

 a { background-color: rgb(108,160,1); }

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

border-color css

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

 span { border-color: rgb(108,160,1); }

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