Html Css Color HEX #97A70A Citrus

📋 copy color: '#97A70A'

red 151 ◦ green 167 ◦ blue 10

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

Shades of Citrus #97A70A

Tints of Citrus #97A70A

RGB

 RED value IS 151 (59.38% from 255) = 46.04%

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

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

R = 46.04%
G = 50.91%
B = 3.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#97A70A (or 0x97A70A) is known color: Citrus. HEX triplet: 97, A7 and 0A. RGB value is (151,167,10). Sum of RGB (Red+Green+Blue) = 151+167+10=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 167 (65.62% from 255 or 50.91% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 167 - color contains mainly: green. Hex color #97A70A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A70A is #6858F5. Grayscale: #909090. Windows color (decimal): -6838518 or 698263. OLE color: 698263.

HSL color Cylindrical-coordinate representation of color #97A70A: hue angle of 66.11º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #97A70A is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB 151 167 10 -
CMYK 0.10 0 0.94 0.35
HSL 66.11º 0.89% 0.35% -
HSV(B) 66.11º 0.94% 0.65% -
XYZ 26.64 34.24 5.49 -
YUV 144.32 52.2 132.77 -
System Red Green Blue C M Y K H S L
Decimal 151 167 10 0.10 0 0.94 0.35 66.11 0.89 0.35
Hex 97 A7 A A 0 5E 23 42 59 23
Octal 227 247 12 12 0 136 43 102 131 43
Binary 10010111 10100111 1010 1010 0 1011110 100011 1000010 1011001 100011

Color Harmonies of #97A70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A70A

Black with #97A70A

Text Example


Text Example

White with #97A70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97A70A; }

 p { color: rgb(151,167,10); }

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

background-color css

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

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

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

border-color css

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

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

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