Html Css Color HEX #6BB201 Christi

📋 copy color: '#6BB201'

red 107 ◦ green 178 ◦ blue 1

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

Shades of Christi #6BB201

Tints of Christi #6BB201

RGB

 RED value IS 107 (42.19% from 255) = 37.41%

 GREEN value IS 178 (69.92% from 255) = 62.24%

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

R = 37.41%
G = 62.24%
B = 0.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#6BB201 (or 0x6BB201) is known color: Christi. HEX triplet: 6B, B2 and 01. RGB value is (107,178,1). Sum of RGB (Red+Green+Blue) = 107+178+1=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 178 (69.92% from 255 or 62.24% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 178 - color contains mainly: green. Hex color #6BB201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BB201 is #944DFE. Grayscale: #898989. Windows color (decimal): -9719295 or 111211. OLE color: 111211.

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

Color convert

RGB 107 178 1 -
CMYK 0.40 0 0.99 0.30
HSL 84.07º 0.99% 0.35% -
HSV(B) 84.07º 0.99% 0.7% -
XYZ 21.99 34.97 5.62 -
YUV 136.59 51.48 106.89 -
System Red Green Blue C M Y K H S L
Decimal 107 178 1 0.40 0 0.99 0.30 84.07 0.99 0.35
Hex 6B B2 1 28 0 63 1E 54 63 23
Octal 153 262 1 50 0 143 36 124 143 43
Binary 1101011 10110010 1 101000 0 1100011 11110 1010100 1100011 100011

Color Harmonies of #6BB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB201

Black with #6BB201

Text Example


Text Example

White with #6BB201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,178,1); }

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

background-color css

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

 a { background-color: rgb(107,178,1); }

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

border-color css

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

 span { border-color: rgb(107,178,1); }

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