Html Css Color HEX #69957A Oxley

📋 copy color: '#69957A'

red 105 ◦ green 149 ◦ blue 122

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

Shades of Oxley #69957A

Tints of Oxley #69957A

RGB

 RED value IS 105 (41.41% from 255) = 27.93%

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

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

R = 27.93%
G = 39.63%
B = 32.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#69957A (or 0x69957A) is known color: Oxley. HEX triplet: 69, 95 and 7A. RGB value is (105,149,122). Sum of RGB (Red+Green+Blue) = 105+149+122=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #69957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69957A is #966A85. Grayscale: #848484. Windows color (decimal): -9857670 or 8033641. OLE color: 8033641.

HSL color Cylindrical-coordinate representation of color #69957A: hue angle of 143.18º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69957A is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 122 -
CMYK 0.30 0 0.18 0.42
HSL 143.18º 0.17% 0.5% -
HSV(B) 143.18º 0.3% 0.58% -
XYZ 20.09 25.9 22.35 -
YUV 132.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 105 149 122 0.30 0 0.18 0.42 143.18 0.17 0.5
Hex 69 95 7A 1E 0 12 2A 8F 11 32
Octal 151 225 172 36 0 22 52 217 21 62
Binary 1101001 10010101 1111010 11110 0 10010 101010 10001111 10001 110010

Color Harmonies of #69957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69957A

Black with #69957A

Text Example


Text Example

White with #69957A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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