Html Css Color HEX #6DAB00 Christi

📋 copy color: '#6DAB00'

red 109 ◦ green 171 ◦ blue 0

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

Shades of Christi #6DAB00

Tints of Christi #6DAB00

RGB

 RED value IS 109 (42.97% from 255) = 38.93%

 GREEN value IS 171 (67.19% from 255) = 61.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.93%
G = 61.07%
B = 0%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#6DAB00 (or 0x6DAB00) is known color: Christi. HEX triplet: 6D, AB and 00. RGB value is (109,171,0). Sum of RGB (Red+Green+Blue) = 109+171+0=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAB00 is #9254FF. Grayscale: #858585. Windows color (decimal): -9590016 or 43885. OLE color: 43885.

HSL color Cylindrical-coordinate representation of color #6DAB00: hue angle of 81.75º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6DAB00 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 171 0 -
CMYK 0.36 0 1 0.33
HSL 81.75º 1% 0.34% -
HSV(B) 81.75º 1% 0.67% -
XYZ 20.87 32.38 5.15 -
YUV 132.97 52.96 110.9 -
System Red Green Blue C M Y K H S L
Decimal 109 171 0 0.36 0 1 0.33 81.75 1 0.34
Hex 6D AB 0 24 0 64 21 52 64 22
Octal 155 253 0 44 0 144 41 122 144 42
Binary 1101101 10101011 0 100100 0 1100100 100001 1010010 1100100 100010

Color Harmonies of #6DAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAB00

Black with #6DAB00

Text Example


Text Example

White with #6DAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,171,0); }

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

background-color css

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

 a { background-color: rgb(109,171,0); }

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

border-color css

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

 span { border-color: rgb(109,171,0); }

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