Html Css Color HEX #74957A Oxley

📋 copy color: '#74957A'

red 116 ◦ green 149 ◦ blue 122

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

Shades of Oxley #74957A

Tints of Oxley #74957A

RGB

 RED value IS 116 (45.7% from 255) = 29.97%

 GREEN value IS 149 (58.59% from 255) = 38.5%

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

R = 29.97%
G = 38.5%
B = 31.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#74957A (or 0x74957A) is known color: Oxley. HEX triplet: 74, 95 and 7A. RGB value is (116,149,122). Sum of RGB (Red+Green+Blue) = 116+149+122=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 149 - color contains mainly: green. Hex color #74957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74957A is #8B6A85. Grayscale: #888888. Windows color (decimal): -9136774 or 8033652. OLE color: 8033652.

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

Color convert

RGB 116 149 122 -
CMYK 0.22 0 0.18 0.42
HSL 130.91º 0.13% 0.52% -
HSV(B) 130.91º 0.22% 0.58% -
XYZ 21.46 26.61 22.42 -
YUV 136.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 116 149 122 0.22 0 0.18 0.42 130.91 0.13 0.52
Hex 74 95 7A 16 0 12 2A 83 D 34
Octal 164 225 172 26 0 22 52 203 15 64
Binary 1110100 10010101 1111010 10110 0 10010 101010 10000011 1101 110100

Color Harmonies of #74957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74957A

Black with #74957A

Text Example


Text Example

White with #74957A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,149,122); }

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

background-color css

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

 a { background-color: rgb(116,149,122); }

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

border-color css

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

 span { border-color: rgb(116,149,122); }

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