Html Css Color HEX #69B94C Apple

📋 copy color: '#69B94C'

red 105 ◦ green 185 ◦ blue 76

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

Shades of Apple #69B94C

Tints of Apple #69B94C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.55%

 BLUE value IS 76 (30.08% from 255) = 20.77%

R = 28.69%
G = 50.55%
B = 20.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#69B94C (or 0x69B94C) is known color: Apple. HEX triplet: 69, B9 and 4C. RGB value is (105,185,76). Sum of RGB (Red+Green+Blue) = 105+185+76=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #69B94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B94C is #9646B3. Grayscale: #959595. Windows color (decimal): -9848500 or 5028201. OLE color: 5028201.

HSL color Cylindrical-coordinate representation of color #69B94C: hue angle of 104.04º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69B94C is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 185 76 -
CMYK 0.43 0 0.59 0.27
HSL 104.04º 0.44% 0.51% -
HSV(B) 104.04º 0.59% 0.73% -
XYZ 24.48 38.22 12.93 -
YUV 148.65 87 96.86 -
System Red Green Blue C M Y K H S L
Decimal 105 185 76 0.43 0 0.59 0.27 104.04 0.44 0.51
Hex 69 B9 4C 2B 0 3B 1B 68 2C 33
Octal 151 271 114 53 0 73 33 150 54 63
Binary 1101001 10111001 1001100 101011 0 111011 11011 1101000 101100 110011

Color Harmonies of #69B94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B94C

Black with #69B94C

Text Example


Text Example

White with #69B94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,185,76); }

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

background-color css

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

 a { background-color: rgb(105,185,76); }

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

border-color css

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

 span { border-color: rgb(105,185,76); }

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