Html Css Color HEX #6ABB0D Christi

📋 copy color: '#6ABB0D'

red 106 ◦ green 187 ◦ blue 13

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

Shades of Christi #6ABB0D

Tints of Christi #6ABB0D

RGB

 RED value IS 106 (41.8% from 255) = 34.64%

 GREEN value IS 187 (73.44% from 255) = 61.11%

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 34.64%
G = 61.11%
B = 4.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#6ABB0D (or 0x6ABB0D) is known color: Christi. HEX triplet: 6A, BB and 0D. RGB value is (106,187,13). Sum of RGB (Red+Green+Blue) = 106+187+13=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 187 (73.44% from 255 or 61.11% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABB0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABB0D is #9544F2. Grayscale: #8F8F8F. Windows color (decimal): -9782515 or 899946. OLE color: 899946.

HSL color Cylindrical-coordinate representation of color #6ABB0D: hue angle of 87.93º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6ABB0D is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 187 13 -
CMYK 0.43 0 0.93 0.27
HSL 87.93º 0.87% 0.39% -
HSV(B) 87.93º 0.93% 0.73% -
XYZ 23.79 38.63 6.58 -
YUV 142.95 54.66 101.65 -
System Red Green Blue C M Y K H S L
Decimal 106 187 13 0.43 0 0.93 0.27 87.93 0.87 0.39
Hex 6A BB D 2B 0 5D 1B 58 57 27
Octal 152 273 15 53 0 135 33 130 127 47
Binary 1101010 10111011 1101 101011 0 1011101 11011 1011000 1010111 100111

Color Harmonies of #6ABB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABB0D

Black with #6ABB0D

Text Example


Text Example

White with #6ABB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,187,13); }

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

background-color css

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

 a { background-color: rgb(106,187,13); }

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

border-color css

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

 span { border-color: rgb(106,187,13); }

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