Html Css Color HEX #6DB70A Christi

📋 copy color: '#6DB70A'

red 109 ◦ green 183 ◦ blue 10

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

Shades of Christi #6DB70A

Tints of Christi #6DB70A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.6%

 BLUE value IS 10 (4.3% from 255) = 3.31%

R = 36.09%
G = 60.6%
B = 3.31%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#6DB70A (or 0x6DB70A) is known color: Christi. HEX triplet: 6D, B7 and 0A. RGB value is (109,183,10). Sum of RGB (Red+Green+Blue) = 109+183+10=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 183 (71.88% from 255 or 60.60% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB70A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB70A is #9248F5. Grayscale: #8D8D8D. Windows color (decimal): -9586934 or 702317. OLE color: 702317.

HSL color Cylindrical-coordinate representation of color #6DB70A: hue angle of 85.66º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6DB70A is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 109 183 10 -
CMYK 0.40 0 0.95 0.28
HSL 85.66º 0.9% 0.38% -
HSV(B) 85.66º 0.95% 0.72% -
XYZ 23.29 37.14 6.23 -
YUV 141.15 53.98 105.07 -
System Red Green Blue C M Y K H S L
Decimal 109 183 10 0.40 0 0.95 0.28 85.66 0.9 0.38
Hex 6D B7 A 28 0 5F 1C 56 5A 26
Octal 155 267 12 50 0 137 34 126 132 46
Binary 1101101 10110111 1010 101000 0 1011111 11100 1010110 1011010 100110

Color Harmonies of #6DB70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB70A

Black with #6DB70A

Text Example


Text Example

White with #6DB70A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,183,10); }

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

background-color css

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

 a { background-color: rgb(109,183,10); }

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

border-color css

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

 span { border-color: rgb(109,183,10); }

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