Html Css Color HEX #75947A Oxley

📋 copy color: '#75947A'

red 117 ◦ green 148 ◦ blue 122

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

Shades of Oxley #75947A

Tints of Oxley #75947A

RGB

 RED value IS 117 (46.09% from 255) = 30.23%

 GREEN value IS 148 (58.2% from 255) = 38.24%

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 30.23%
G = 38.24%
B = 31.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#75947A (or 0x75947A) is known color: Oxley. HEX triplet: 75, 94 and 7A. RGB value is (117,148,122). Sum of RGB (Red+Green+Blue) = 117+148+122=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 148 - color contains mainly: green. Hex color #75947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75947A is #8A6B85. Grayscale: #878787. Windows color (decimal): -9071494 or 8033397. OLE color: 8033397.

HSL color Cylindrical-coordinate representation of color #75947A: hue angle of 129.68º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75947A is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 148 122 -
CMYK 0.21 0 0.18 0.42
HSL 129.68º 0.13% 0.52% -
HSV(B) 129.68º 0.21% 0.58% -
XYZ 21.44 26.37 22.37 -
YUV 135.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 117 148 122 0.21 0 0.18 0.42 129.68 0.13 0.52
Hex 75 94 7A 15 0 12 2A 82 D 34
Octal 165 224 172 25 0 22 52 202 15 64
Binary 1110101 10010100 1111010 10101 0 10010 101010 10000010 1101 110100

Color Harmonies of #75947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75947A

Black with #75947A

Text Example


Text Example

White with #75947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75947A; }

 p { color: rgb(117,148,122); }

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

background-color css

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

 a { background-color: rgb(117,148,122); }

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

border-color css

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

 span { border-color: rgb(117,148,122); }

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