Html Css Color HEX #7A990A Christi

📋 copy color: '#7A990A'

red 122 ◦ green 153 ◦ blue 10

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

Shades of Christi #7A990A

Tints of Christi #7A990A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.68%

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

R = 42.81%
G = 53.68%
B = 3.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#7A990A (or 0x7A990A) is known color: Christi. HEX triplet: 7A, 99 and 0A. RGB value is (122,153,10). Sum of RGB (Red+Green+Blue) = 122+153+10=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #7A990A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A990A is #8566F5. Grayscale: #7F7F7F. Windows color (decimal): -8742646 or 694650. OLE color: 694650.

HSL color Cylindrical-coordinate representation of color #7A990A: hue angle of 73.01º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A990A is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 122 153 10 -
CMYK 0.20 0 0.93 0.4
HSL 73.01º 0.88% 0.32% -
HSV(B) 73.01º 0.93% 0.6% -
XYZ 19.47 26.94 4.46 -
YUV 127.43 61.73 124.13 -
System Red Green Blue C M Y K H S L
Decimal 122 153 10 0.20 0 0.93 0.4 73.01 0.88 0.32
Hex 7A 99 A 14 0 5D 28 49 58 20
Octal 172 231 12 24 0 135 50 111 130 40
Binary 1111010 10011001 1010 10100 0 1011101 101000 1001001 1011000 100000

Color Harmonies of #7A990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A990A

Black with #7A990A

Text Example


Text Example

White with #7A990A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,153,10); }

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

background-color css

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

 a { background-color: rgb(122,153,10); }

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

border-color css

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

 span { border-color: rgb(122,153,10); }

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