Html Css Color HEX #6BAD1D Christi

📋 copy color: '#6BAD1D'

red 107 ◦ green 173 ◦ blue 29

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

Shades of Christi #6BAD1D

Tints of Christi #6BAD1D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.99%

 BLUE value IS 29 (11.72% from 255) = 9.39%

R = 34.63%
G = 55.99%
B = 9.39%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#6BAD1D (or 0x6BAD1D) is known color: Christi. HEX triplet: 6B, AD and 1D. RGB value is (107,173,29). Sum of RGB (Red+Green+Blue) = 107+173+29=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAD1D is #9452E2. Grayscale: #898989. Windows color (decimal): -9720547 or 1944939. OLE color: 1944939.

HSL color Cylindrical-coordinate representation of color #6BAD1D: hue angle of 87.5º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6BAD1D is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 173 29 -
CMYK 0.38 0 0.83 0.32
HSL 87.5º 0.71% 0.4% -
HSV(B) 87.5º 0.83% 0.68% -
XYZ 21.23 33.1 6.43 -
YUV 136.85 67.13 106.71 -
System Red Green Blue C M Y K H S L
Decimal 107 173 29 0.38 0 0.83 0.32 87.5 0.71 0.4
Hex 6B AD 1D 26 0 53 20 57 47 28
Octal 153 255 35 46 0 123 40 127 107 50
Binary 1101011 10101101 11101 100110 0 1010011 100000 1010111 1000111 101000

Color Harmonies of #6BAD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAD1D

Black with #6BAD1D

Text Example


Text Example

White with #6BAD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,173,29); }

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

background-color css

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

 a { background-color: rgb(107,173,29); }

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

border-color css

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

 span { border-color: rgb(107,173,29); }

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