Html Css Color HEX #85AA07 Citrus

📋 copy color: '#85AA07'

red 133 ◦ green 170 ◦ blue 7

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

Shades of Citrus #85AA07

Tints of Citrus #85AA07

RGB

 RED value IS 133 (52.34% from 255) = 42.9%

 GREEN value IS 170 (66.8% from 255) = 54.84%

 BLUE value IS 7 (3.13% from 255) = 2.26%

R = 42.9%
G = 54.84%
B = 2.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#85AA07 (or 0x85AA07) is known color: Citrus. HEX triplet: 85, AA and 07. RGB value is (133,170,7). Sum of RGB (Red+Green+Blue) = 133+170+7=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AA07 is #7A55F8. Grayscale: #8C8C8C. Windows color (decimal): -8017401 or 502405. OLE color: 502405.

HSL color Cylindrical-coordinate representation of color #85AA07: hue angle of 73.62º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85AA07 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 170 7 -
CMYK 0.22 0 0.96 0.33
HSL 73.62º 0.92% 0.35% -
HSV(B) 73.62º 0.96% 0.67% -
XYZ 24.09 33.75 5.45 -
YUV 140.36 52.74 122.75 -
System Red Green Blue C M Y K H S L
Decimal 133 170 7 0.22 0 0.96 0.33 73.62 0.92 0.35
Hex 85 AA 7 16 0 60 21 4A 5C 23
Octal 205 252 7 26 0 140 41 112 134 43
Binary 10000101 10101010 111 10110 0 1100000 100001 1001010 1011100 100011

Color Harmonies of #85AA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AA07

Black with #85AA07

Text Example


Text Example

White with #85AA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85AA07; }

 p { color: rgb(133,170,7); }

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

background-color css

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

 a { background-color: rgb(133,170,7); }

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

border-color css

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

 span { border-color: rgb(133,170,7); }

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