Html Css Color HEX #A7A730 Earls Green

📋 copy color: '#A7A730'

red 167 ◦ green 167 ◦ blue 48

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

Shades of Earls Green #A7A730

Tints of Earls Green #A7A730

RGB

 RED value IS 167 (65.63% from 255) = 43.72%

 GREEN value IS 167 (65.63% from 255) = 43.72%

 BLUE value IS 48 (19.14% from 255) = 12.57%

R = 43.72%
G = 43.72%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A7A730 (or 0xA7A730) is known color: Earls Green. HEX triplet: A7, A7 and 30. RGB value is (167,167,48). Sum of RGB (Red+Green+Blue) = 167+167+48=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 167 - color contains mainly: red, green. Hex color #A7A730 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A730 is #5858CF. Grayscale: #999999. Windows color (decimal): -5789904 or 3188647. OLE color: 3188647.

HSL color Cylindrical-coordinate representation of color #A7A730: hue angle of 60º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7A730 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 167 48 -
CMYK 0 0 0.71 0.35
HSL 60º 0.55% 0.42% -
HSV(B) 60º 0.71% 0.65% -
XYZ 30.29 36.07 8.16 -
YUV 153.43 68.5 137.68 -
System Red Green Blue C M Y K H S L
Decimal 167 167 48 0 0 0.71 0.35 60 0.55 0.42
Hex A7 A7 30 0 0 47 23 3C 37 2A
Octal 247 247 60 0 0 107 43 74 67 52
Binary 10100111 10100111 110000 0 0 1000111 100011 111100 110111 101010

Color Harmonies of #A7A730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A730

Black with #A7A730

Text Example


Text Example

White with #A7A730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A730; }

 p { color: rgb(167,167,48); }

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

background-color css

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

 a { background-color: rgb(167,167,48); }

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

border-color css

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

 span { border-color: rgb(167,167,48); }

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