Html Css Color HEX #69A67E Oxley

📋 copy color: '#69A67E'

red 105 ◦ green 166 ◦ blue 126

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

Shades of Oxley #69A67E

Tints of Oxley #69A67E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.81%

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 26.45%
G = 41.81%
B = 31.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#69A67E (or 0x69A67E) is known color: Oxley. HEX triplet: 69, A6 and 7E. RGB value is (105,166,126). Sum of RGB (Red+Green+Blue) = 105+166+126=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 166 - color contains mainly: green. Hex color #69A67E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A67E is #965981. Grayscale: #8F8F8F. Windows color (decimal): -9853314 or 8300137. OLE color: 8300137.

HSL color Cylindrical-coordinate representation of color #69A67E: hue angle of 140.66º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69A67E is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 166 126 -
CMYK 0.37 0 0.24 0.35
HSL 140.66º 0.26% 0.53% -
HSV(B) 140.66º 0.37% 0.65% -
XYZ 23.23 31.78 24.65 -
YUV 143.2 118.29 100.75 -
System Red Green Blue C M Y K H S L
Decimal 105 166 126 0.37 0 0.24 0.35 140.66 0.26 0.53
Hex 69 A6 7E 25 0 18 23 8D 1A 35
Octal 151 246 176 45 0 30 43 215 32 65
Binary 1101001 10100110 1111110 100101 0 11000 100011 10001101 11010 110101

Color Harmonies of #69A67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A67E

Black with #69A67E

Text Example


Text Example

White with #69A67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69A67E; }

 p { color: rgb(105,166,126); }

 H1.HeaderClassName
 {
   color: #69A67E;
 }
 .AnyTagClassName
 {
   color: #69A67E;
 }
</style>

background-color css

<style>
 a { background-color: #69A67E; }

 a { background-color: rgb(105,166,126); }

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

border-color css

<style>
 span { border-color: #69A67E; }

 span { border-color: rgb(105,166,126); }

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