Html Css Color HEX #69B438 Apple

📋 copy color: '#69B438'

red 105 ◦ green 180 ◦ blue 56

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

Shades of Apple #69B438

Tints of Apple #69B438

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.79%

 BLUE value IS 56 (22.27% from 255) = 16.42%

R = 30.79%
G = 52.79%
B = 16.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#69B438 (or 0x69B438) is known color: Apple. HEX triplet: 69, B4 and 38. RGB value is (105,180,56). Sum of RGB (Red+Green+Blue) = 105+180+56=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #69B438 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B438 is #964BC7. Grayscale: #8F8F8F. Windows color (decimal): -9849800 or 3716201. OLE color: 3716201.

HSL color Cylindrical-coordinate representation of color #69B438: hue angle of 96.29º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69B438 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 180 56 -
CMYK 0.42 0 0.69 0.29
HSL 96.29º 0.53% 0.46% -
HSV(B) 96.29º 0.69% 0.71% -
XYZ 22.86 35.93 9.47 -
YUV 143.44 78.65 100.58 -
System Red Green Blue C M Y K H S L
Decimal 105 180 56 0.42 0 0.69 0.29 96.29 0.53 0.46
Hex 69 B4 38 2A 0 45 1D 60 35 2E
Octal 151 264 70 52 0 105 35 140 65 56
Binary 1101001 10110100 111000 101010 0 1000101 11101 1100000 110101 101110

Color Harmonies of #69B438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B438

Black with #69B438

Text Example


Text Example

White with #69B438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,180,56); }

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

background-color css

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

 a { background-color: rgb(105,180,56); }

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

border-color css

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

 span { border-color: rgb(105,180,56); }

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