Html Css Color HEX #7ABB00 Christi

📋 copy color: '#7ABB00'

red 122 ◦ green 187 ◦ blue 0

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

Shades of Christi #7ABB00

Tints of Christi #7ABB00

RGB

 RED value IS 122 (48.05% from 255) = 39.48%

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

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

R = 39.48%
G = 60.52%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#7ABB00 (or 0x7ABB00) is known color: Christi. HEX triplet: 7A, BB and 00. RGB value is (122,187,0). Sum of RGB (Red+Green+Blue) = 122+187+0=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 187 (73.44% from 255 or 60.52% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABB00 is #8544FF. Grayscale: #929292. Windows color (decimal): -8733952 or 47994. OLE color: 47994.

HSL color Cylindrical-coordinate representation of color #7ABB00: hue angle of 80.86º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7ABB00 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 187 0 -
CMYK 0.35 0 1 0.27
HSL 80.86º 1% 0.37% -
HSV(B) 80.86º 1% 0.73% -
XYZ 25.8 39.68 6.3 -
YUV 146.25 45.47 110.71 -
System Red Green Blue C M Y K H S L
Decimal 122 187 0 0.35 0 1 0.27 80.86 1 0.37
Hex 7A BB 0 23 0 64 1B 51 64 25
Octal 172 273 0 43 0 144 33 121 144 45
Binary 1111010 10111011 0 100011 0 1100100 11011 1010001 1100100 100101

Color Harmonies of #7ABB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABB00

Black with #7ABB00

Text Example


Text Example

White with #7ABB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ABB00; }

 p { color: rgb(122,187,0); }

 H1.HeaderClassName
 {
   color: #7ABB00;
 }
 .AnyTagClassName
 {
   color: #7ABB00;
 }
</style>

background-color css

<style>
 a { background-color: #7ABB00; }

 a { background-color: rgb(122,187,0); }

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

border-color css

<style>
 span { border-color: #7ABB00; }

 span { border-color: rgb(122,187,0); }

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