Html Css Color HEX #75967A Oxley

📋 copy color: '#75967A'

red 117 ◦ green 150 ◦ blue 122

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

Shades of Oxley #75967A

Tints of Oxley #75967A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.56%

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

R = 30.08%
G = 38.56%
B = 31.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#75967A (or 0x75967A) is known color: Oxley. HEX triplet: 75, 96 and 7A. RGB value is (117,150,122). Sum of RGB (Red+Green+Blue) = 117+150+122=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 150 - color contains mainly: green. Hex color #75967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75967A is #8A6985. Grayscale: #898989. Windows color (decimal): -9070982 or 8033909. OLE color: 8033909.

HSL color Cylindrical-coordinate representation of color #75967A: hue angle of 129.09º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #75967A is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 150 122 -
CMYK 0.22 0 0.19 0.41
HSL 129.09º 0.14% 0.52% -
HSV(B) 129.09º 0.22% 0.59% -
XYZ 21.76 27 22.48 -
YUV 136.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 117 150 122 0.22 0 0.19 0.41 129.09 0.14 0.52
Hex 75 96 7A 16 0 13 29 81 E 34
Octal 165 226 172 26 0 23 51 201 16 64
Binary 1110101 10010110 1111010 10110 0 10011 101001 10000001 1110 110100

Color Harmonies of #75967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75967A

Black with #75967A

Text Example


Text Example

White with #75967A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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