Html Css Color HEX #69977B Oxley

📋 copy color: '#69977B'

red 105 ◦ green 151 ◦ blue 123

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

Shades of Oxley #69977B

Tints of Oxley #69977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.84%

 BLUE value IS 123 (48.44% from 255) = 32.45%

R = 27.7%
G = 39.84%
B = 32.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#69977B (or 0x69977B) is known color: Oxley. HEX triplet: 69, 97 and 7B. RGB value is (105,151,123). Sum of RGB (Red+Green+Blue) = 105+151+123=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #69977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69977B is #966884. Grayscale: #868686. Windows color (decimal): -9857157 or 8099689. OLE color: 8099689.

HSL color Cylindrical-coordinate representation of color #69977B: hue angle of 143.48º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69977B is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 151 123 -
CMYK 0.30 0 0.19 0.41
HSL 143.48º 0.18% 0.5% -
HSV(B) 143.48º 0.3% 0.59% -
XYZ 20.47 26.57 22.79 -
YUV 134.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 105 151 123 0.30 0 0.19 0.41 143.48 0.18 0.5
Hex 69 97 7B 1E 0 13 29 8F 12 32
Octal 151 227 173 36 0 23 51 217 22 62
Binary 1101001 10010111 1111011 11110 0 10011 101001 10001111 10010 110010

Color Harmonies of #69977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69977B

Black with #69977B

Text Example


Text Example

White with #69977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69977B; }

 p { color: rgb(105,151,123); }

 H1.HeaderClassName
 {
   color: #69977B;
 }
 .AnyTagClassName
 {
   color: #69977B;
 }
</style>

background-color css

<style>
 a { background-color: #69977B; }

 a { background-color: rgb(105,151,123); }

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

border-color css

<style>
 span { border-color: #69977B; }

 span { border-color: rgb(105,151,123); }

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