Html Css Color HEX #74947A Oxley

📋 copy color: '#74947A'

red 116 ◦ green 148 ◦ blue 122

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

Shades of Oxley #74947A

Tints of Oxley #74947A

RGB

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

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

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

R = 30.05%
G = 38.34%
B = 31.61%

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

#74947A (or 0x74947A) is known color: Oxley. HEX triplet: 74, 94 and 7A. RGB value is (116,148,122). Sum of RGB (Red+Green+Blue) = 116+148+122=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #74947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74947A is #8B6B85. Grayscale: #878787. Windows color (decimal): -9137030 or 8033396. OLE color: 8033396.

HSL color Cylindrical-coordinate representation of color #74947A: hue angle of 131.25º 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 #74947A is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 122 -
CMYK 0.22 0 0.18 0.42
HSL 131.25º 0.13% 0.52% -
HSV(B) 131.25º 0.22% 0.58% -
XYZ 21.31 26.3 22.37 -
YUV 135.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 116 148 122 0.22 0 0.18 0.42 131.25 0.13 0.52
Hex 74 94 7A 16 0 12 2A 83 D 34
Octal 164 224 172 26 0 22 52 203 15 64
Binary 1110100 10010100 1111010 10110 0 10010 101010 10000011 1101 110100

Color Harmonies of #74947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74947A

Black with #74947A

Text Example


Text Example

White with #74947A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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