Html Css Color HEX #075023 British Racing Green

📋 copy color: '#075023'

red 7 ◦ green 80 ◦ blue 35

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

Shades of British Racing Green #075023

Tints of British Racing Green #075023

RGB

 RED value IS 7 (3.13% from 255) = 5.74%

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

 BLUE value IS 35 (14.06% from 255) = 28.69%

R = 5.74%
G = 65.57%
B = 28.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#075023 (or 0x075023) is known color: British Racing Green. HEX triplet: 07, 50 and 23. RGB value is (7,80,35). Sum of RGB (Red+Green+Blue) = 7+80+35=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #075023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075023 is #F8AFDC. Grayscale: #353535. Windows color (decimal): -16297949 or 2314247. OLE color: 2314247.

HSL color Cylindrical-coordinate representation of color #075023: hue angle of 143.01º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075023 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 80 35 -
CMYK 0.91 0 0.56 0.69
HSL 143.01º 0.84% 0.17% -
HSV(B) 143.01º 0.91% 0.31% -
XYZ 3.26 5.9 2.56 -
YUV 53.04 117.82 95.16 -
System Red Green Blue C M Y K H S L
Decimal 7 80 35 0.91 0 0.56 0.69 143.01 0.84 0.17
Hex 7 50 23 5B 0 38 45 8F 54 11
Octal 7 120 43 133 0 70 105 217 124 21
Binary 111 1010000 100011 1011011 0 111000 1000101 10001111 1010100 10001

Color Harmonies of #075023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075023

Black with #075023

Text Example


Text Example

White with #075023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075023; }

 p { color: rgb(7,80,35); }

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

background-color css

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

 a { background-color: rgb(7,80,35); }

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

border-color css

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

 span { border-color: rgb(7,80,35); }

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