Html Css Color HEX #085025 British Racing Green

📋 copy color: '#085025'

red 8 ◦ green 80 ◦ blue 37

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

Shades of British Racing Green #085025

Tints of British Racing Green #085025

RGB

 RED value IS 8 (3.52% from 255) = 6.4%

 GREEN value IS 80 (31.64% from 255) = 64%

 BLUE value IS 37 (14.84% from 255) = 29.6%

R = 6.4%
G = 64%
B = 29.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#085025 (or 0x085025) is known color: British Racing Green. HEX triplet: 08, 50 and 25. RGB value is (8,80,37). Sum of RGB (Red+Green+Blue) = 8+80+37=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 80 (31.64% from 255 or 64% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 80 - color contains mainly: green. Hex color #085025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085025 is #F7AFDA. Grayscale: #353535. Windows color (decimal): -16232411 or 2445320. OLE color: 2445320.

HSL color Cylindrical-coordinate representation of color #085025: hue angle of 144.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085025 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 80 37 -
CMYK 0.90 0 0.54 0.69
HSL 144.17º 0.82% 0.17% -
HSV(B) 144.17º 0.9% 0.31% -
XYZ 3.3 5.92 2.72 -
YUV 53.57 118.65 95.5 -
System Red Green Blue C M Y K H S L
Decimal 8 80 37 0.90 0 0.54 0.69 144.17 0.82 0.17
Hex 8 50 25 5A 0 36 45 90 52 11
Octal 10 120 45 132 0 66 105 220 122 21
Binary 1000 1010000 100101 1011010 0 110110 1000101 10010000 1010010 10001

Color Harmonies of #085025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085025

Black with #085025

Text Example


Text Example

White with #085025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085025; }

 p { color: rgb(8,80,37); }

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

background-color css

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

 a { background-color: rgb(8,80,37); }

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

border-color css

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

 span { border-color: rgb(8,80,37); }

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