Html Css Color HEX #6CB601 Christi

📋 copy color: '#6CB601'

red 108 ◦ green 182 ◦ blue 1

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

Shades of Christi #6CB601

Tints of Christi #6CB601

RGB

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

 GREEN value IS 182 (71.48% from 255) = 62.54%

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

R = 37.11%
G = 62.54%
B = 0.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#6CB601 (or 0x6CB601) is known color: Christi. HEX triplet: 6C, B6 and 01. RGB value is (108,182,1). Sum of RGB (Red+Green+Blue) = 108+182+1=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 182 (71.48% from 255 or 62.54% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 182 - color contains mainly: green. Hex color #6CB601 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB601 is #9349FE. Grayscale: #8B8B8B. Windows color (decimal): -9652735 or 112236. OLE color: 112236.

HSL color Cylindrical-coordinate representation of color #6CB601: hue angle of 84.53º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6CB601 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 108 182 1 -
CMYK 0.41 0 0.99 0.29
HSL 84.53º 0.99% 0.36% -
HSV(B) 84.53º 0.99% 0.71% -
XYZ 22.92 36.65 5.89 -
YUV 139.24 49.98 105.72 -
System Red Green Blue C M Y K H S L
Decimal 108 182 1 0.41 0 0.99 0.29 84.53 0.99 0.36
Hex 6C B6 1 29 0 63 1D 55 63 24
Octal 154 266 1 51 0 143 35 125 143 44
Binary 1101100 10110110 1 101001 0 1100011 11101 1010101 1100011 100100

Color Harmonies of #6CB601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB601

Black with #6CB601

Text Example


Text Example

White with #6CB601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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